Class
RadSegmentedControlDecorationLayer

Represents the decoration layer for a RadSegmentedControl. This layer renders the separator elements between segments. It is placed below the RadSegmentedControlVisualLayer so that the selection indicator slides over the separators, matching the behavior of UIKit's UISegmentedControl.

Definition

Namespace:Telerik.Maui.Controls.SegmentedControl

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class RadSegmentedControlDecorationLayer : RadLayout

Inheritance: objectRadLayoutRadSegmentedControlDecorationLayer

Inherited Members RadLayout.CreateLayoutManager()

Constructors

RadSegmentedControlDecorationLayer()

Initializes a new instance of the RadSegmentedControlDecorationLayer class.

Declaration

cs-api-definition
public RadSegmentedControlDecorationLayer()

Fields

SeparatorStyleProperty

Identifies the SeparatorStyle bindable property.

Declaration

cs-api-definition
public static readonly BindableProperty SeparatorStyleProperty

Field Value

BindableProperty

Properties

SeparatorStyle

Gets or sets the style applied to separator elements.

Declaration

cs-api-definition
public Style SeparatorStyle { get; set; }

Property Value

Style