←Select platform

AnnAlignmentX Enumeration

Summary

Describes how content is positioned horizontally in its container.

Syntax

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

Members

ValueMemberDescription
0Left

The contents align toward the left of its container.

1Center

The contents align toward the center of its container.

2Right

The contents align toward the right of its container.

Example

For C#/VB examples, refer to AnnPolygonObject.

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