|
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
| Leadtools.Annotations.Core Namespace : AnnHorizontalAlignment Enumeration |
public enum AnnHorizontalAlignment : System.Enum
'Declaration
Public Enum AnnHorizontalAlignment Inherits System.Enum
public enum AnnHorizontalAlignment : System.Enum
typedef enum LTAnnHorizontalAlignment
public enum AnnHorizontalAlignment
Leadtools.Annotations.Core.AnnHorizontalAlignment = function() { };
Leadtools.Annotations.Core.AnnHorizontalAlignment.prototype = {
Left = 0x00000000,
Center = 0x00000001,
Right = 0x00000002,
};
| Value | Member | Description |
|---|---|---|
| 0x00000000 | Left | The text should be left aligned. ![]() ![]() ![]() ![]() ![]() |
| 0x00000001 | Center | The text should be centered. ![]() ![]() ![]() ![]() ![]() |
| 0x00000002 | Right | The text should be right aligned. ![]() ![]() ![]() ![]() ![]() |
System.Object
System.ValueType
System.Enum
Leadtools.Annotations.Core.AnnHorizontalAlignment