C#
VB
Java
Objective-C
WinRT C#
C++
Indicates how the label is positioned relative to its parent.
public enum AnnLabelPositionMode
Public Enum AnnLabelPositionMode
public enum AnnLabelPositionMode
typedef enum LTAnnLabelPositionMode
public enum AnnLabelPositionMode
Leadtools.Annotations.Core.AnnLabelPositionMode = function() { };
Leadtools.Annotations.Core.AnnLabelPositionMode.prototype = {
Normal = 0x00000000,
RelativeToObject = 0x00000001,
};
public:
enum class AnnLabelPositionMode sealed
Members
Value | Member | Description |
---|---|---|
0 | Normal | The label is positioned from the top-left of the current container. |
1 | RelativeToObject | The label is positioned relative from the top-left of the parent object. |
Used with AnnLabel.PositionMode to control how the label is positioned relative to its parent.
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