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

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:

C#
public class RadSegmentedControlDecorationLayer : RadLayout

Inheritance: objectRadLayoutRadSegmentedControlDecorationLayer

Inherited Members RadLayout.CreateLayoutManager()

Constructors

Initializes a new instance of the RadSegmentedControlDecorationLayer class.

C#
public RadSegmentedControlDecorationLayer()

Fields

SeparatorStyleProperty

BindableProperty

Identifies the SeparatorStyle bindable property.

C#
public static readonly BindableProperty SeparatorStyleProperty

Properties

Gets or sets the style applied to separator elements.

C#
public Style SeparatorStyle { get; set; }