Enum SubtypeFilterEffect
Specifies the subtype of filter effect
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.Base.dll
Syntax
public enum SubtypeFilterEffect
Fields
Name | Description |
---|---|
Across | Specifies the filter effect subtype is Across |
Down | Specifies the filter effect subtype is Down |
DownLeft | Specifies the filter effect subtype is DownLeft |
DownRight | Specifies the filter effect subtype is DownRight |
FromBottom | Specifies the filter effect subtype is From Bottom |
FromLeft | Specifies the filter effect subtype is From Left |
FromRight | Specifies the filter effect subtype is From Right |
FromTop | Specifies the filter effect subtype is From Top |
Horizontal | Specifies the filter effect subtype is Horizontal |
In | Specifies the filter effect subtype is In |
InHorizontal | Specifies the filter effect subtype is InHorizontal |
InVertical | Specifies the filter effect subtype is InVertical |
Left | Specifies the filter effect subtype is Left |
None | Specifies the filter effect subtype is None |
Out | Specifies the filter effect subtype is Out |
OutHorizontal | Specifies the filter effect subtype is OutHorizontal |
OutVertical | Specifies the filter effect subtype is OutVertical |
Right | Specifies the filter effect subtype is Right |
Spokes1 | Specifies the filter effect subtype is Spokes1 |
Spokes2 | Specifies the filter effect subtype is Spokes2 |
Spokes3 | Specifies the filter effect subtype is Spokes3 |
Spokes4 | Specifies the filter effect subtype is Spokes4 |
Spokes8 | Specifies the filter effect subtype is Spokes8 |
Up | Specifies the filter effect subtype is Up |
UpLeft | Specifies the filter effect subtype is UpLeft |
UpRight | Specifies the filter effect subtype is UpRight |
Vertical | Specifies the filter effect subtype is Vertical |