Class ToolbarItemBase
Inherited Members
Namespace: Telerik.XamarinForms.Primitives
Assembly: Telerik.XamarinForms.Primitives.dll
Syntax
public abstract class ToolbarItemBase : RadContentView, ILayoutControlPanelChild
Constructors
ToolbarItemBase()
Declaration
protected ToolbarItemBase()
Fields
ActualCommandParameterProperty
Declaration
public static readonly BindableProperty ActualCommandParameterProperty
Field Value
Xamarin.Forms.BindableProperty
|
ActualCommandProperty
Declaration
public static readonly BindableProperty ActualCommandProperty
Field Value
Xamarin.Forms.BindableProperty
|
ActualContentPaddingProperty
Declaration
public static readonly BindableProperty ActualContentPaddingProperty
Field Value
Xamarin.Forms.BindableProperty
|
ActualContentProperty
Declaration
public static readonly BindableProperty ActualContentProperty
Field Value
Xamarin.Forms.BindableProperty
|
CommandParameterProperty
Declaration
public static readonly BindableProperty CommandParameterProperty
Field Value
Xamarin.Forms.BindableProperty
|
CommandProperty
Declaration
public static readonly BindableProperty CommandProperty
Field Value
Xamarin.Forms.BindableProperty
|
ContentPaddingProperty
Declaration
public static readonly BindableProperty ContentPaddingProperty
Field Value
Xamarin.Forms.BindableProperty
|
FontAttributesProperty
Declaration
public static readonly BindableProperty FontAttributesProperty
Field Value
Xamarin.Forms.BindableProperty
|
FontFamilyProperty
Declaration
public static readonly BindableProperty FontFamilyProperty
Field Value
Xamarin.Forms.BindableProperty
|
FontSizeProperty
Declaration
public static readonly BindableProperty FontSizeProperty
Field Value
Xamarin.Forms.BindableProperty
|
HorizontalOptionsProperty
Declaration
public static readonly BindableProperty HorizontalOptionsProperty
Field Value
Xamarin.Forms.BindableProperty
|
IsEnabledProperty
Declaration
public static readonly BindableProperty IsEnabledProperty
Field Value
Xamarin.Forms.BindableProperty
|
IsInOverflowPopupProperty
Declaration
public static readonly BindableProperty IsInOverflowPopupProperty
Field Value
Xamarin.Forms.BindableProperty
|
IsOverflowItemProperty
Declaration
public static readonly BindableProperty IsOverflowItemProperty
Field Value
Xamarin.Forms.BindableProperty
|
IsSelectedProperty
Declaration
public static readonly BindableProperty IsSelectedProperty
Field Value
Xamarin.Forms.BindableProperty
|
SelectedColorProperty
Declaration
public static readonly BindableProperty SelectedColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
TextColorProperty
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
TextProperty
Declaration
public static readonly BindableProperty TextProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
ActualCommand
Declaration
public ICommand ActualCommand { get; }
Property Value
System.Windows.Input.ICommand
|
ActualCommandParameter
Declaration
public object ActualCommandParameter { get; }
Property Value
System.Object
|
ActualContent
Declaration
public View ActualContent { get; }
Property Value
Xamarin.Forms.View
|
ActualContentPadding
Declaration
public Thickness ActualContentPadding { get; }
Property Value
Xamarin.Forms.Thickness
|
Command
Declaration
public ICommand Command { get; set; }
Property Value
System.Windows.Input.ICommand
|
CommandParameter
Declaration
public object CommandParameter { get; set; }
Property Value
System.Object
|
ContentPadding
Declaration
public Thickness ContentPadding { get; set; }
Property Value
Xamarin.Forms.Thickness
|
FontAttributes
Declaration
public FontAttributes FontAttributes { get; set; }
Property Value
Xamarin.Forms.FontAttributes
|
FontFamily
Declaration
public string FontFamily { get; set; }
Property Value
System.String
|
FontSize
Declaration
public double FontSize { get; set; }
Property Value
System.Double
|
HorizontalOptions
Declaration
public LayoutOptions HorizontalOptions { get; set; }
Property Value
Xamarin.Forms.LayoutOptions
|
IsEnabled
Declaration
public bool IsEnabled { get; set; }
Property Value
System.Boolean
|
IsInOverflowPopup
Declaration
public bool IsInOverflowPopup { get; }
Property Value
System.Boolean
|
IsOverflowItem
Gets or sets a value indicating whether this ToolbarItemBase should be displayed only in the overflow popup.
Declaration
public bool IsOverflowItem { get; }
Property Value
System.Boolean
|
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
System.Boolean
|
SelectedColor
Declaration
public Color SelectedColor { get; set; }
Property Value
Xamarin.Forms.Color
|
Text
Declaration
public string Text { get; set; }
Property Value
System.String
|
TextColor
Declaration
public Color TextColor { get; set; }
Property Value
Xamarin.Forms.Color
|
Methods
InvalidateMeasure()
Declaration
protected override void InvalidateMeasure()
OnChildMeasureInvalidated()
Declaration
protected override void OnChildMeasureInvalidated()
OnMeasure(Double, Double)
Declaration
protected override SizeRequest OnMeasure(double widthConstraint, double heightConstraint)
Parameters
System.Double
widthConstraint
|
System.Double
heightConstraint
|
Returns
Xamarin.Forms.SizeRequest
|
Overrides
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|
Overrides
Events
Tapped
Declaration
public event EventHandler Tapped
Event Type
System.EventHandler
|