TextAlignment Enumeration |
Namespace:
xserver
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax [SerializableAttribute]
public enum TextAlignment
<SerializableAttribute>
Public Enumeration TextAlignment
[SerializableAttribute]
public enum class TextAlignment
[<SerializableAttribute>]
type TextAlignment
Members
| Member name | Value | Description |
---|
| TOP_LEFT | 0 | |
| TOP_MID | 1 | |
| TOP_RIGHT | 2 | |
| MID_LEFT | 3 | |
| CENTER | 4 | |
| MID_RIGHT | 5 | |
| BOTTOM_LEFT | 6 | |
| BOTTOM_MID | 7 | |
| BOTTOM_RIGHT | 8 | |
Remarks See Also