ClassRadSegmentedControlVisualLayer
Class
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:
cs-api-definition
public class RadSegmentedControlVisualLayer : RadLayout
Inheritance: objectRadLayoutRadSegmentedControlVisualLayer
Inherited Members
Constructors
RadSegmentedControlVisualLayer()
Initializes a new instance of the RadSegmentedControlVisualLayer class.
Declaration
cs-api-definition
public RadSegmentedControlVisualLayer()
Fields
SelectionIndicatorStyleProperty
Identifies the SelectionIndicatorStyle bindable property.
Declaration
cs-api-definition
public static readonly BindableProperty SelectionIndicatorStyleProperty
Field Value
BindableProperty
Properties
SelectionIndicatorStyle
Gets or sets the style applied to the selection indicator.
Declaration
cs-api-definition
public Style SelectionIndicatorStyle { get; set; }
Property Value
Style
Methods
InvalidateMeasureOverride()
Declaration
cs-api-definition
protected override void InvalidateMeasureOverride()
OnPropertyChanged(string)
Declaration
cs-api-definition
protected override void OnPropertyChanged(string propertyName = null)
Parameters
propertyName