C#
VB
Java
Objective-C
WinRT C#
C++
Indicates how text should be displayed on the horizontal axis.
public enum AnnHorizontalAlignment
Public Enum AnnHorizontalAlignment
public enum AnnHorizontalAlignment
typedef enum LTAnnHorizontalAlignment
public enum AnnHorizontalAlignment
Leadtools.Annotations.Core.AnnHorizontalAlignment = function() { };
Leadtools.Annotations.Core.AnnHorizontalAlignment.prototype = {
Left = 0x00000000,
Center = 0x00000001,
Right = 0x00000002,
};
public:
enum class AnnHorizontalAlignment sealed
Members
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. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET