New to Telerik UI for .NET MAUIStart a free 30-day trial

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: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView...

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

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()