Indicates how the label is positioned relative to its parent.
lt.Annotations.Core.AnnLabelPositionMode = {
Normal: 0,
RelativeToObject: 1
}
lt.Annotations.Core.AnnLabelPositionMode = {
Normal: 0,
RelativeToObject: 1
}
Members
0 | Normal |
(0) The label is positioned from the top-left of the current container. |
1 | RelativeToObject |
(1) 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