ClassScrollBarButtonView
Represents a button that can be clicked by the user in the RadScrollBar control.
Definition
Namespace:Telerik.Maui.Controls.ScrollBar
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class ScrollBarButtonView : ScrollBarContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewScrollBarContentViewScrollBarButtonView
Derived Classes:
Implements:
Inherited Members
Constructors
ScrollBarButtonView()
Initializes a new instance of the ScrollBarButtonView class.
Declaration
public ScrollBarButtonView()
Fields
CommandParameterProperty
Identifies the CommandParameter property.
Declaration
public static readonly BindableProperty CommandParameterProperty
Field Value
BindableProperty
CommandProperty
Identifies the Command property.
Declaration
public static readonly BindableProperty CommandProperty
Field Value
BindableProperty
ImageAspectProperty
Identifies the ImageAspect property.
Declaration
public static readonly BindableProperty ImageAspectProperty
Field Value
BindableProperty
ImageSourceProperty
Identifies the ImageSource property.
Declaration
public static readonly BindableProperty ImageSourceProperty
Field Value
BindableProperty
Properties
Command
Gets or sets the command to execute when the button is clicked.
CommandParameter
Gets or sets the parameter of the command, which is executed when the button is clicked.
ImageAspect
Gets or sets the aspect ratio of the image to display in the button. For more information see the Aspect type.
Declaration
public Aspect ImageAspect { get; set; }
Property Value
Aspect
ImageSource
Gets or sets the source of the image to display in the button. For more information see the ImageSource type.
Declaration
public ImageSource ImageSource { get; set; }
Property Value
ImageSource
Methods
ChangeVisualState()
Declaration
protected override void ChangeVisualState()
Overrides
Events
Clicked
Raised when the button is clicked.