C#
VB
Java
WinRT C#
C++
Specifies the alignment of the stroke width.
public enum AnnStrokeAlignment
Public Enum AnnStrokeAlignment
public enum AnnStrokeAlignment
public enum AnnStrokeAlignment
Leadtools.Annotations.Core.AnnStrokeAlignment = function() { };
Leadtools.Annotations.Core.AnnStrokeAlignment.prototype = {
Center = 0x00000000,
Inset = 0x00000001,
};
public:
enum class AnnStrokeAlignment sealed
Members
Value | Member | Description |
---|---|---|
0 | Center | Specifies that the stroke width is centered in the line. |
1 | Inset | Specifies that the stroke width is positioned on the inside of the line. |
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