Class State
Defines the different states options that a LoopingSelector can be animated.
Inheritance
System.Object
State
Namespace: Syncfusion.UI.Xaml.Controls
Assembly: Syncfusion.SfShared.UWP.dll
Syntax
public sealed class State : Enum
Fields
Dragging
Looping is in Dragging state
Declaration
public const State Dragging
Field Value
Type |
---|
State |
Expanded
Looping is in Expanded state
Declaration
public const State Expanded
Field Value
Type |
---|
State |
Flicking
Looping is in Flicking state
Declaration
public const State Flicking
Field Value
Type |
---|
State |
Normal
Looping is in Normal state
Declaration
public const State Normal
Field Value
Type |
---|
State |
Snapping
Looping is in Snapping state
Declaration
public const State Snapping
Field Value
Type |
---|
State |