PositionMode Property (original) (raw)
Summary
Gets or sets a value that controls how the label is positioned from its Parent.
Syntax
C#
Objective-C
C++/CLI
Java
Python
@property (nonatomic, assign) LTAnnLabelPositionMode positionMode;
public AnnLabelPositionMode getPositionMode()
public void setPositionMode(AnnLabelPositionMode mode)
Property Value
A value that controls how the label is positioned from its Parent. Default value is AnnLabelPositionMode.Normal.
Remarks
PositionMode and Offset are used to control how the label is positined according to its Parent or container.
Leadtools.Annotations.Engine Assembly