←Select platform

AnnVerticalAlignment Enumeration

Summary
Indicates how text should be displayed on the vertical axis.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum AnnVerticalAlignment  
typedef NS_ENUM(NSInteger, LTAnnVerticalAlignment) { 
 LTAnnVerticalAlignmentTop = 0,  
 LTAnnVerticalAlignmentCenter = 1,  
 LTAnnVerticalAlignmentBottom = 2,  
}; 
public enum AnnVerticalAlignment 
public: 
   enum class AnnVerticalAlignment sealed 
class AnnVerticalAlignment(Enum): 
   Top = 0 
   Center = 1 
   Bottom = 2 
Members
ValueMemberDescription
0Top The text should be top aligned.
1Center The text should be centered.
2Bottom The text should be bottom 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.