C#
VB
Java
Objective-C
WinRT C#
C++
Indicates how text should be displayed on the vertical axis.
public enum AnnVerticalAlignment
Public Enum AnnVerticalAlignment
public enum AnnVerticalAlignment
typedef enum LTAnnVerticalAlignment
public enum AnnVerticalAlignment
Leadtools.Annotations.Core.AnnVerticalAlignment = function() { };
Leadtools.Annotations.Core.AnnVerticalAlignment.prototype = {
Top = 0x00000000,
Center = 0x00000001,
Bottom = 0x00000002,
};
public:
enum class AnnVerticalAlignment sealed
Members
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. |
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