←Select platform

AnnLabelPositionMode Enumeration

Summary
Indicates how the label is positioned relative to its parent.
Syntax
C#
Objective-C
C++/CLI
Java
Python
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 
Members
ValueMemberDescription
0Normal The label is positioned from the top-left of the current container.
1RelativeToObject The label is positioned relative from the top-left of the parent object.
Remarks

Used with AnnLabel.PositionMode to control how the label is positioned relative to its parent.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.