←Select platform

AnnHorizontalAlignment Enumeration

Summary
Indicates how text should be displayed on the horizontal axis.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum AnnHorizontalAlignment  
typedef NS_ENUM(NSInteger, LTAnnHorizontalAlignment) { 
 LTAnnHorizontalAlignmentLeft = 0,  
 LTAnnHorizontalAlignmentCenter = 1,  
 LTAnnHorizontalAlignmentRight = 2,  
}; 
public enum AnnHorizontalAlignment 
public: 
   enum class AnnHorizontalAlignment sealed 
class AnnHorizontalAlignment(Enum): 
   Left = 0 
   Center = 1 
   Right = 2 
Members
ValueMemberDescription
0Left The text should be left aligned.
1Center The text should be centered.
2Right The text should be right aligned.
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.