Class
SegmentedPanel

A custom panel that holds the elements in a SegmentedItemsControl control.

Definition

Namespace:Telerik.UI.Xaml.Controls.Input

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class SegmentedPanel : Panel

Inheritance: objectSegmentedPanel

Constructors

SegmentedPanel()

Declaration

cs-api-definition
public SegmentedPanel()

Properties

Owner

Gets the parent SegmentedItemsControl.

Declaration

cs-api-definition
public SegmentedItemsControl Owner { get; }

Property Value

SegmentedItemsControl

Methods

ArrangeOverride(Size)

Declaration

cs-api-definition
protected override Size ArrangeOverride(Size finalSize)

Parameters

finalSize

Size

Returns

Size

MeasureOverride(Size)

Declaration

cs-api-definition
protected override Size MeasureOverride(Size availableSize)

Parameters

availableSize

Size

Returns

Size

UpdateEndSegments(Segment, Segment)

Updates the look of the end segments, e.g. Segment.CornerRadius.

Declaration

cs-api-definition
protected virtual void UpdateEndSegments(Segment first, Segment last)

Parameters

first

Segment

The first segment.

last

Segment

The last segment.