Class
SlideViewIndicatorItem

Represents an item in the SlideViewIndicator.

Definition

Namespace:Telerik.Maui.Controls.SlideView

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class SlideViewIndicatorItem : RadContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewSlideViewIndicatorItem

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView

Inherited Members RadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnBindingContextChanged()RadContentView.OnHandlerChanged()

Constructors

SlideViewIndicatorItem()

Initializes a new instance of the SlideViewIndicatorItem class.

Declaration

cs-api-definition
public SlideViewIndicatorItem()

Fields

ControlTemplateProperty

Identifies the ControlTemplate property.

Declaration

cs-api-definition
public static readonly BindableProperty ControlTemplateProperty

Field Value

BindableProperty

IsSelectedProperty

Identifies the IsSelected property.

Declaration

cs-api-definition
public static readonly BindableProperty IsSelectedProperty

Field Value

BindableProperty

Properties

ControlTemplate

Gets or sets the ControlTemplate which describes the visual structure of the control.

Declaration

cs-api-definition
public ControlTemplate ControlTemplate { get; set; }

Property Value

ControlTemplate

IsSelected

Gets a value that indicates whether this view represents the current item in the relevant collection.

Declaration

cs-api-definition
public bool IsSelected { get; }

Property Value

bool

Methods

ChangeVisualState()

Updates the visual state of the view.

Declaration

cs-api-definition
protected override void ChangeVisualState()