Class RadToolbar
The Rad
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadToolbar : ToolbarContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout, IToolStripElement, IVisualTreeElement
Constructors
RadToolbar()
Fields
AreScrollButtonsVisibleProperty
Identifies the Are
Declaration
public static readonly BindableProperty AreScrollButtonsVisibleProperty
Field Value
Microsoft.
|
BackNavigationButtonStyleProperty
BackNavigationButtonTemplateProperty
BackNavigationButtonVisibilityProperty
IsBackNavigationButtonVisibleProperty
IsOverflowMenuButtonVisibleProperty
Identifies the Is
Declaration
public static readonly BindableProperty IsOverflowMenuButtonVisibleProperty
Field Value
Microsoft.
|
ItemSpacingProperty
Identifies the Item
Declaration
public static readonly BindableProperty ItemSpacingProperty
Field Value
Microsoft.
|
LineSpacingProperty
Identifies the Line
Declaration
public static readonly BindableProperty LineSpacingProperty
Field Value
Microsoft.
|
OptionsPanelProperty
Identifies the Options
Declaration
public static readonly BindableProperty OptionsPanelProperty
Field Value
Microsoft.
|
OrientationProperty
Identifies the Orientation property.
Declaration
public static readonly BindableProperty OrientationProperty
Field Value
Microsoft.
|
OverflowMenuButtonStyleProperty
Identifies the Overflow
Declaration
public static readonly BindableProperty OverflowMenuButtonStyleProperty
Field Value
Microsoft.
|
OverflowMenuButtonTemplateProperty
Identifies the Overflow
Declaration
public static readonly BindableProperty OverflowMenuButtonTemplateProperty
Field Value
Microsoft.
|
OverflowMenuButtonVisibilityProperty
Identifies the Overflow
Declaration
public static readonly BindableProperty OverflowMenuButtonVisibilityProperty
Field Value
Microsoft.
|
OverflowModeProperty
Identifies the Overflow
Declaration
public static readonly BindableProperty OverflowModeProperty
Field Value
Microsoft.
|
ScrollBackwardButtonStyleProperty
Identifies the Scroll
Declaration
public static readonly BindableProperty ScrollBackwardButtonStyleProperty
Field Value
Microsoft.
|
ScrollBackwardButtonTemplateProperty
Identifies the Scroll
Declaration
public static readonly BindableProperty ScrollBackwardButtonTemplateProperty
Field Value
Microsoft.
|
ScrollButtonsVisibilityProperty
Identifies the Scroll
Declaration
public static readonly BindableProperty ScrollButtonsVisibilityProperty
Field Value
Microsoft.
|
ScrollForwardButtonStyleProperty
Identifies the Scroll
Declaration
public static readonly BindableProperty ScrollForwardButtonStyleProperty
Field Value
Microsoft.
|
ScrollForwardButtonTemplateProperty
Identifies the Scroll
Declaration
public static readonly BindableProperty ScrollForwardButtonTemplateProperty
Field Value
Microsoft.
|
Properties
AreScrollButtonsVisible
Gets a value indicating whether the scroll buttons are currently visible in the toolbar.
Declaration
public bool AreScrollButtonsVisible { get; }
Property Value
System.
|
BackNavigationButtonStyle
BackNavigationButtonTemplate
BackNavigationButtonVisibility
IsBackNavigationButtonVisible
IsOverflowMenuButtonVisible
Gets a value indicating whether the overflow menu button is currently visible in the toolbar.
Declaration
public bool IsOverflowMenuButtonVisible { get; }
Property Value
System.
|
Items
Gets a collection of Toolbar
Declaration
public IList<ToolbarItem> Items { get; }
Property Value
System.
|
ItemSpacing
Gets or sets the spacing in pixels between the items in the toolbar.
Declaration
public double ItemSpacing { get; set; }
Property Value
System.
|
LineSpacing
Gets or sets the spacing in pixels between the lines of items in the toolbar.
This property has effect when the toolbar is in a multi-line wrap overflow mode.
For more information see the Overflow
Declaration
public double LineSpacing { get; set; }
Property Value
System.
|
NavigateBackCommand
NavigateCommand
OptionsPanel
Gets or sets the options panel associated with this toolbar.
Declaration
public RadToolbarOptionsPanel OptionsPanel { get; set; }
Property Value
Orientation
Gets or sets the orientation of the toolbar. For more information see the Orientation type.
Declaration
public ToolbarOrientation Orientation { get; set; }
Property Value
OverflowItems
Gets a collection of Toolbar
Declaration
public IReadOnlyList<ToolbarItem> OverflowItems { get; }
Property Value
System.
|
OverflowMenuButtonStyle
Gets or sets the Microsoft.
Declaration
public Style OverflowMenuButtonStyle { get; set; }
Property Value
Microsoft.
|
OverflowMenuButtonTemplate
Gets or sets the Microsoft.
Declaration
public ControlTemplate OverflowMenuButtonTemplate { get; set; }
Property Value
Microsoft.
|
OverflowMenuButtonVisibility
Gets or sets the visibility mode of the overflow menu button in the toolbar.
For more information see the Toolbar
Declaration
public ToolbarButtonVisibilityMode OverflowMenuButtonVisibility { get; set; }
Property Value
OverflowMode
Gets or sets the overflow mode of the toolbar, when the items cannot fit in the available space.
For more information see the Toolbar
Declaration
public ToolbarOverflowMode OverflowMode { get; set; }
Property Value
ScrollBackwardButtonStyle
Gets or sets the Microsoft.
Declaration
public Style ScrollBackwardButtonStyle { get; set; }
Property Value
Microsoft.
|
ScrollBackwardButtonTemplate
Gets or sets the Microsoft.
Declaration
public ControlTemplate ScrollBackwardButtonTemplate { get; set; }
Property Value
Microsoft.
|
ScrollBackwardCommand
Gets a command for scrolling the contents of the toolbar in backward direction.
This command is applicable when the Overflow
Declaration
public ICommand ScrollBackwardCommand { get; }
Property Value
System.
|
ScrollButtonsVisibility
Gets or sets the visibility mode of the scroll buttons in the toolbar.
For more information see the Toolbar
Declaration
public ToolbarButtonVisibilityMode ScrollButtonsVisibility { get; set; }
Property Value
ScrollForwardButtonStyle
Gets or sets the Microsoft.
Declaration
public Style ScrollForwardButtonStyle { get; set; }
Property Value
Microsoft.
|
ScrollForwardButtonTemplate
Gets or sets the Microsoft.
Declaration
public ControlTemplate ScrollForwardButtonTemplate { get; set; }
Property Value
Microsoft.
|
ScrollForwardCommand
Gets a command for scrolling the contents of the toolbar in forward direction.
This command is applicable when the Overflow
Declaration
public ICommand ScrollForwardCommand { get; }
Property Value
System.
|
StripItems
Gets a collection of Toolbar
Declaration
public IReadOnlyList<ToolbarItem> StripItems { get; }
Property Value
System.
|
Methods
ArrangeOverride(Rect)
Declaration
protected override Size ArrangeOverride(Rect layoutBounds)
Parameters
Microsoft.
|
Returns
Microsoft.
|
MeasureOverride(Double, Double)
Declaration
protected override Size MeasureOverride(double widthConstraint, double heightConstraint)
Parameters
System.
|
System.
|
Returns
Microsoft.
|
OnHandlerChanged()
Declaration
protected override void OnHandlerChanged()
Overrides
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.
|