public enum AnnLabelPositionMode
typedef NS_ENUM (NSInteger, LTAnnLabelPositionMode) {
LTAnnLabelPositionModeNormal = 0, //normal postion starting from top left of the drawing context
LTAnnLabelPositionModeRelativeToObject = 1, //the position is relative to the object bounds, here it will start from object Top-Left
};
public enum AnnLabelPositionMode
public:
enum class AnnLabelPositionMode sealed
class AnnLabelPositionMode(Enum):
Normal = 0
RelativeToObject = 1
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document