Class SegmentSelectionAnimationType
Specifies the various types of animation applied while selecting the item in the SfSegmentedControl.
Inheritance
System.Object
SegmentSelectionAnimationType
Namespace: Syncfusion.UI.Xaml.Editors
Assembly: Syncfusion.Editors.WinUI.dll
Syntax
public sealed class SegmentSelectionAnimationType : Enum
Fields
None
Disables animation while selecting the item.
Declaration
public const SegmentSelectionAnimationType None
Field Value
Slide
Defines the slide animation effect applied while selecting the item.
Declaration
public const SegmentSelectionAnimationType Slide