TextPlacement Enumeration
Enumerator used to specify the text placement of a gallery tool item.
Syntax
public enum TextPlacement : System.Enum
public enum class TextPlacement : public System.Enum
Members
| Member | Description |
|---|---|
| AboveImage | The text is placed above the image. |
| BelowImage | The text is placed below the image. |
| Default | The default text placement should be used. |
| LeftOfImage | The text is placed to the left of the image. |
| RightOfImage | The text is placed to the right of the image. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Aveva.ApplicationFramework.Presentation.TextPlacement
Requirements
Target Platforms: Windows Server 2019 (64 bit), Windows Server 2016 R2 (64 bit), Windows 10 (64 bit)
See Also