FilterEffectSubtype Enumeration
|
Represents filter effect subtypes.
Namespace:
Spire.Presentation.Drawing.Animation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum FilterEffectSubtype
Public Enumeration FilterEffectSubtype
public enum class FilterEffectSubtype
Members
|
|
Member name
|
Value
|
Description
|
|
|
None
|
0
|
|
|
|
Across
|
1
|
|
|
|
Down
|
2
|
|
|
|
DownLeft
|
3
|
|
|
|
DownRight
|
4
|
|
|
|
FromBottom
|
5
|
|
|
|
FromLeft
|
6
|
|
|
|
FromRight
|
7
|
|
|
|
FromTop
|
8
|
|
|
|
Horizontal
|
9
|
|
|
|
In
|
10
|
|
|
|
InHorizontal
|
11
|
|
|
|
InVertical
|
12
|
|
|
|
Left
|
13
|
|
|
|
Out
|
14
|
|
|
|
OutHorizontal
|
15
|
|
|
|
OutVertical
|
16
|
|
|
|
Right
|
17
|
|
|
|
Spokes1
|
18
|
|
|
|
Spokes2
|
19
|
|
|
|
Spokes3
|
20
|
|
|
|
Spokes4
|
21
|
|
|
|
Spokes8
|
22
|
|
|
|
Up
|
23
|
|
|
|
UpLeft
|
24
|
|
|
|
UpRight
|
25
|
|
|
|
Vertical
|
26
|
|
See Also