TextHorizontalAlignment Enumeration
Enumerator used to specify horizontal text alignment.
Syntax
public enum TextHorizontalAlignment : System.Enum
public enum class TextHorizontalAlignment : public System.Enum
Members
| Member | Description |
|---|---|
| Centre | Text in the centre |
| Left | Left aligned |
| Right | Right aligned |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Aveva.ApplicationFramework.Presentation.TextHorizontalAlignment
Requirements
Target Platforms: Windows Server 2019 (64 bit), Windows Server 2016 R2 (64 bit), Windows 10 (64 bit)
See Also