Fill gradient
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public enum IEFillGradient
Public Enumeration IEFillGradient
public enum class IEFillGradient
Members
Member | Value | Description |
---|---|---|
None | 0 |
None
|
Horizontal | 1 |
Horizontal
|
Vertical | 2 |
Vertical
|
HorzCenter | 3 |
HorzCenter
|
VertCenter | 4 |
VertCenter
|
Diagonal | 5 |
Diagonal
|
Diagonal2 | 6 |
Diagonal2
|
DiagCenter | 7 |
DiagCenter
|
DiagCenter2 | 8 |
DiagCenter2
|
Left | 9 |
Left
|
Right | 10 |
Right
|
Top | 11 |
Top
|
Bottom | 12 |
Bottom
|
TopLeft | 13 |
TopLeft
|
TopRight | 14 |
TopRight
|
BottomLeft | 15 |
BottomLeft
|
BottomRight | 16 |
BottomRight
|