Class SlideViewIndicatorItem
Represents an item in the SlideViewIndicator.
Inherited Members
Namespace: Telerik.Maui.Controls.SlideView
Assembly: Telerik.Maui.Controls.dll
Syntax
public class SlideViewIndicatorItem : RadContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding
Constructors
SlideViewIndicatorItem()
Initializes a new instance of the SlideViewIndicatorItem class.
Declaration
public SlideViewIndicatorItem()
Fields
ControlTemplateProperty
Identifies the ControlTemplate property.
Declaration
public static readonly BindableProperty ControlTemplateProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
IsSelectedProperty
Identifies the IsSelected property.
Declaration
public static readonly BindableProperty IsSelectedProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
ControlTemplate
Gets or sets the Microsoft.Maui.Controls.ControlTemplate which describes the visual structure of the control.
Declaration
public ControlTemplate ControlTemplate { get; set; }
Property Value
Microsoft.Maui.Controls.ControlTemplate
|
IsSelected
Gets a value that indicates whether this view represents the current item in the relevant collection.
Declaration
public bool IsSelected { get; }
Property Value
System.Boolean
|
Methods
ChangeVisualState()
Updates the visual state of the view.
Declaration
protected override void ChangeVisualState()