ClassSegmentAnimationContextEventArgs
Class
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
Constructors
SegmentAnimationContextEventArgs(Segment)
Initializes a new instance of the SegmentAnimationContextEventArgs class.
Declaration
cs-api-definition
public SegmentAnimationContextEventArgs(Segment segment)
Parameters
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