|
|
|
HAlignmentEnum Enumeration |
Defines the horizontal alignment.
Syntax HAlignmentEnum Enumeration (Softelvdm.Controls)
VB |
Public Enum HAlignmentEnum |
C# |
public enum HAlignmentEnum |
C++ |
public enum class HAlignmentEnum |
Member |
Value |
Description |
Left | 0 | The contents are left aligned within the available space. |
Center | 1 | The contents are centered within the available space. |
Right | 2 | The contents are right aligned within the available space. |
Comments
The HAlignmentEnum enumeration defines the horizontal alignment.
Version Information
Supported in version 1.0.
Products Table