Class
SegmentAnimationContextEventArgs

Contains information about the SegmentAnimationContextChanged event.

Definition

Namespace:Telerik.UI.Xaml.Controls.Input

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class SegmentAnimationContextEventArgs : EventArgs

Inheritance: objectEventArgsSegmentAnimationContextEventArgs

Inherited Members EventArgs.Empty

Constructors

SegmentAnimationContextEventArgs(Segment)

Initializes a new instance of the SegmentAnimationContextEventArgs class.

Declaration

cs-api-definition
public SegmentAnimationContextEventArgs(Segment segment)

Parameters

segment

Segment

The segment that has initiated the event.

Properties

LayoutSlot

Gets the segment LayoutSlot.

Declaration

cs-api-definition
public Rect LayoutSlot { get; }

Property Value

Rect

VisualState

Gets the segment VisualState.

Declaration

cs-api-definition
public SegmentVisualState VisualState { get; }

Property Value

SegmentVisualState