C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets a value that controls how the label is positioned from its Parent.
public AnnLabelPositionMode PositionMode { get; set; }
Public Property PositionMode As Leadtools.Annotations.Core.AnnLabelPositionMode
public Leadtools.Annotations.Core.AnnLabelPositionMode PositionMode {get; set;}
@property (nonatomic) LTAnnLabelPositionMode positionMode;
public AnnLabelPositionMode getPositionMode()
public void setPositionMode(AnnLabelPositionMode mode)
get_PositionMode();
set_PositionMode(value);
Object.defineProperty('PositionMode');
public:
property AnnLabelPositionMode^ PositionMode
{
AnnLabelPositionMode^ get()
void set(AnnLabelPositionMode^ value)
}
A value that controls how the label is positioned from its Parent. Default value is AnnLabelPositionMode.Normal.
PositionMode and Offset are used to control how the label is positined according to its Parent or container.
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