←Select platform

AnnTextAlignment Enumeration

Summary

Specifies the alignment of a text string relative to its layout rectangle.

Syntax

C#
VB
C++
public enum AnnTextAlignment 
  
Public Enum AnnTextAlignment  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class AnnTextAlignment : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0NearSpecifies the text is aligned near the layout rectangle.
1CenterSpecifies that text is aligned in the center of the layout rectangle.
2FarSpecifies that text is aligned far from the origin position of the layout rectangle.
Example

For C#/VB examples, refer to AnnTextObject.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly