Leadtools.Annotations.Core Namespace : AnnHorizontalAlignment Enumeration |
public enum AnnHorizontalAlignment : System.Enum
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 = 0, Center = 1, Right = 2, };
Value | Member | Description |
---|---|---|
0 | Left | The text should be left aligned. |
1 | Center | The text should be centered. |
2 | Right | The text should be right aligned. |