 |
TextPositionTypes Enumeration |
TextPositionTypes is the same as
PositionTypes except that it also defines a Baseline value that positions the text so that its baseline is at the specified position.
Namespace: Ab4d.SharpEngine.CommonAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9196+3eba290aba85a9aa739abf2459bc51e303a050d7
Syntax[FlagsAttribute]
public enum TextPositionTypes
MembersMember name | Value | Description |
---|
Center | 0 |
Center
|
Left | 1 |
Left (smallest value in X direction)
|
Right | 2 |
Right (biggest value in X direction)
|
Top | 4 |
Top (biggest value in Y direction)
|
TopLeft | 5 |
Top and Left
|
TopRight | 6 |
Top and Right
|
Bottom | 8 |
Bottom (smallest value in Y direction)
|
BottomLeft | 9 |
Bottom and Left
|
BottomRight | 10 |
Bottom and Right
|
Front | 16 |
Front (biggest value in Z direction)
|
Back | 32 |
Back (smallest value in Z direction)
|
Baseline | 64 |
Baseline positions the text so that its baseline is at the specified position.
|
See Also