Leadtools.Annotations.Core Namespace : AnnVerticalAlignment Enumeration |
public enum AnnVerticalAlignment : System.Enum
Public Enum AnnVerticalAlignment Inherits System.Enum
public enum AnnVerticalAlignment : System.Enum
typedef enum LTAnnVerticalAlignment
public enum AnnVerticalAlignment
Leadtools.Annotations.Core.AnnVerticalAlignment = function() { }; Leadtools.Annotations.Core.AnnVerticalAlignment.prototype = {
Top = 0, Center = 1, Bottom = 2, };
Value | Member | Description |
---|---|---|
0 | Top | The text should be top aligned. |
1 | Center | The text should be centered. |
2 | Bottom | The text should be bottom aligned. |