Class RadToolbar<T>
Inherited Members
Namespace: Telerik.XamarinForms.Primitives
Assembly: Telerik.XamarinForms.Primitives.dll
Syntax
public class RadToolbar<T> : RadToolbarBase<T>, IRadToolbar where T : ToolbarItem
Type Parameters
T
|
Constructors
RadToolbar()
Declaration
public RadToolbar()
Fields
BackButtonBorderThicknessProperty
Declaration
public static readonly BindableProperty BackButtonBorderThicknessProperty
Field Value
Xamarin.Forms.BindableProperty
|
BackButtonContentPaddingProperty
Declaration
public static readonly BindableProperty BackButtonContentPaddingProperty
Field Value
Xamarin.Forms.BindableProperty
|
BackButtonFontFamilyProperty
Declaration
public static readonly BindableProperty BackButtonFontFamilyProperty
Field Value
Xamarin.Forms.BindableProperty
|
BackButtonFontSizeProperty
Declaration
public static readonly BindableProperty BackButtonFontSizeProperty
Field Value
Xamarin.Forms.BindableProperty
|
BackButtonTemplateProperty
Declaration
public static readonly BindableProperty BackButtonTemplateProperty
Field Value
Xamarin.Forms.BindableProperty
|
BackButtonTextColorProperty
Declaration
public static readonly BindableProperty BackButtonTextColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
BackButtonTextProperty
Declaration
public static readonly BindableProperty BackButtonTextProperty
Field Value
Xamarin.Forms.BindableProperty
|
OpenOverflowButtonBackgroundColorProperty
Declaration
public static readonly BindableProperty OpenOverflowButtonBackgroundColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
OpenOverflowButtonTextColorProperty
Declaration
public static readonly BindableProperty OpenOverflowButtonTextColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
OverflowButtonBorderThicknessProperty
Declaration
public static readonly BindableProperty OverflowButtonBorderThicknessProperty
Field Value
Xamarin.Forms.BindableProperty
|
PopCompositeItemCommandProperty
Declaration
public static readonly BindableProperty PopCompositeItemCommandProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
BackButtonBorderThickness
Declaration
public Thickness BackButtonBorderThickness { get; set; }
Property Value
Xamarin.Forms.Thickness
|
BackButtonContentPadding
Declaration
public Thickness BackButtonContentPadding { get; set; }
Property Value
Xamarin.Forms.Thickness
|
BackButtonFontFamily
Declaration
public string BackButtonFontFamily { get; set; }
Property Value
System.String
|
BackButtonFontSize
Declaration
public double BackButtonFontSize { get; set; }
Property Value
System.Double
|
BackButtonTemplate
Declaration
public DataTemplate BackButtonTemplate { get; set; }
Property Value
Xamarin.Forms.DataTemplate
|
BackButtonText
Declaration
public string BackButtonText { get; set; }
Property Value
System.String
|
BackButtonTextColor
Declaration
public Color BackButtonTextColor { get; set; }
Property Value
Xamarin.Forms.Color
|
OpenOverflowButtonBackgroundColor
Declaration
public Color OpenOverflowButtonBackgroundColor { get; set; }
Property Value
Xamarin.Forms.Color
|
OpenOverflowButtonTextColor
Declaration
public Color OpenOverflowButtonTextColor { get; set; }
Property Value
Xamarin.Forms.Color
|
OverflowButtonBorderThickness
Declaration
public Thickness OverflowButtonBorderThickness { get; set; }
Property Value
Xamarin.Forms.Thickness
|
PopCompositeItemCommand
Declaration
public ICommand PopCompositeItemCommand { get; }
Property Value
System.Windows.Input.ICommand
|
Methods
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|
Overrides
PopCompositeItem()
Tries to navigate back to the child items of the previous toolbar item in the composite-items stack. If there is no toolbar item to navigate to, then the items of the toolbar are displayed.
Declaration
public bool PopCompositeItem()
Returns
System.Boolean
|
PushCompositeItem(ToolbarItem)
Navigates to the child items of a composite toolbar item by pushing it in the composite-items stack.
Declaration
public void PushCompositeItem(ToolbarItem item)
Parameters
ToolbarItem
item
|