Class ToolbarItem
Inherited Members
Namespace: Telerik.XamarinForms.Primitives
Assembly: Telerik.XamarinForms.Primitives.dll
Syntax
public class ToolbarItem : ToolbarItemBase, ILayoutControlPanelChild
Constructors
ToolbarItem()
Declaration
public ToolbarItem()
Fields
ActualBackgroundColorProperty
Declaration
public static readonly BindableProperty ActualBackgroundColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
ActualBorderColorProperty
Declaration
public static readonly BindableProperty ActualBorderColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
ActualTextColorProperty
Declaration
public static readonly BindableProperty ActualTextColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
AutoGenerateBackButtonProperty
Declaration
public static readonly BindableProperty AutoGenerateBackButtonProperty
Field Value
Xamarin.Forms.BindableProperty
|
AutoGenerateItemsProperty
Declaration
public static readonly BindableProperty AutoGenerateItemsProperty
Field Value
Xamarin.Forms.BindableProperty
|
BackgroundColorProperty
Declaration
public static readonly BindableProperty BackgroundColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
BorderColorProperty
Declaration
public static readonly BindableProperty BorderColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
BorderThicknessProperty
Declaration
public static readonly BindableProperty BorderThicknessProperty
Field Value
Xamarin.Forms.BindableProperty
|
CornerRadiusProperty
Declaration
public static readonly BindableProperty CornerRadiusProperty
Field Value
Xamarin.Forms.BindableProperty
|
DisabledColorProperty
Declaration
public static readonly BindableProperty DisabledColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
SelectedBackgroundColorProperty
Declaration
public static readonly BindableProperty SelectedBackgroundColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
ActualBackgroundColor
Declaration
public Color ActualBackgroundColor { get; }
Property Value
Xamarin.Forms.Color
|
ActualBorderColor
Declaration
public Color ActualBorderColor { get; }
Property Value
Xamarin.Forms.Color
|
ActualTextColor
Declaration
public Color ActualTextColor { get; }
Property Value
Xamarin.Forms.Color
|
AutoGenerateBackButton
Gets or sets a value indicating whether to automatically generate a back button when the ToolbarItem is used as a composite item.
Declaration
public bool AutoGenerateBackButton { get; set; }
Property Value
System.Boolean
|
AutoGenerateItems
Gets or sets a value indicating whether to automatically generate child items if the specific ToolbarItem inheritor class has any default items.
Declaration
public bool AutoGenerateItems { get; set; }
Property Value
System.Boolean
|
BackgroundColor
Declaration
public Color BackgroundColor { get; set; }
Property Value
Xamarin.Forms.Color
|
BorderColor
Declaration
public Color BorderColor { get; set; }
Property Value
Xamarin.Forms.Color
|
BorderThickness
Declaration
public Thickness BorderThickness { get; set; }
Property Value
Xamarin.Forms.Thickness
|
CornerRadius
Declaration
public Thickness CornerRadius { get; set; }
Property Value
Xamarin.Forms.Thickness
|
DisabledColor
Declaration
public Color DisabledColor { get; set; }
Property Value
Xamarin.Forms.Color
|
Items
Gets a collection with the child items of this toolbar item. When AutoGenerateItems is set to true, the toolbar items specified with this property are appended after the auto-generated ones.
Declaration
public ObservableItemCollection<ToolbarItem> Items { get; }
Property Value
ObservableItemCollection<ToolbarItem>
|
SelectedBackgroundColor
Declaration
public Color SelectedBackgroundColor { get; set; }
Property Value
Xamarin.Forms.Color
|
Methods
OnBindingContextChanged()
Declaration
protected override void OnBindingContextChanged()
Overrides
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|