Class SlideViewIndicatorItem
Represents an item in the Slide
Inherited Members
Namespace: Telerik.Maui.Controls.SlideView
Assembly: Telerik.Maui.Controls.dll
Syntax
public class SlideViewIndicatorItem : RadContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Constructors
SlideViewIndicatorItem()
Initializes a new instance of the Slide
Declaration
public SlideViewIndicatorItem()
Fields
ControlTemplateProperty
Identifies the Control
Declaration
public static readonly BindableProperty ControlTemplateProperty
Field Value
Microsoft.
|
IsSelectedProperty
Identifies the Is
Declaration
public static readonly BindableProperty IsSelectedProperty
Field Value
Microsoft.
|
Properties
ControlTemplate
Gets or sets the Microsoft.
Declaration
public ControlTemplate ControlTemplate { get; set; }
Property Value
Microsoft.
|
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.
|
Methods
ChangeVisualState()
Updates the visual state of the view.
Declaration
protected override void ChangeVisualState()