|
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 : AnnVerticalAlignment Enumeration |
public enum AnnVerticalAlignment : System.Enum
'Declaration
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 = 0x00000000,
Center = 0x00000001,
Bottom = 0x00000002,
};
| Value | Member | Description |
|---|---|---|
| 0x00000000 | Top | The text should be top aligned. ![]() ![]() ![]() ![]() ![]() |
| 0x00000001 | Center | The text should be centered. ![]() ![]() ![]() ![]() ![]() |
| 0x00000002 | Bottom | The text should be bottom aligned. ![]() ![]() ![]() ![]() ![]() |
System.Object
System.ValueType
System.Enum
Leadtools.Annotations.Core.AnnVerticalAlignment