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

Represents the animated selection indicator overlay layer for a RadSegmentedControl. This layer is placed below the RadSegmentedControlContent and shows a sliding indicator that moves to the currently selected segment.

Definition

Namespace:Telerik.Maui.Controls.SegmentedControl

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class RadSegmentedControlVisualLayer : RadLayout

Inheritance: objectRadLayoutRadSegmentedControlVisualLayer

Inherited Members RadLayout.CreateLayoutManager()

Constructors

Initializes a new instance of the RadSegmentedControlVisualLayer class.

C#
public RadSegmentedControlVisualLayer()

Fields

Identifies the SelectionIndicatorStyle bindable property.

C#
public static readonly BindableProperty SelectionIndicatorStyleProperty

Properties

Gets or sets the style applied to the selection indicator.

C#
public Style SelectionIndicatorStyle { get; set; }

Methods

C#
protected override void InvalidateMeasureOverride()
C#
protected override void OnPropertyChanged(string propertyName = null)
Parameters:propertyNamestring