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