←Select platform

AnnHorizontalAlignment Enumeration

Summary

Indicates how text should be displayed on the horizontal axis.

Syntax

C#
VB
Java
Objective-C
WinRT C#
public enum AnnHorizontalAlignment
Public Enum AnnHorizontalAlignment
public enum AnnHorizontalAlignment
typedef enum LTAnnHorizontalAlignment
public enum AnnHorizontalAlignment
Leadtools.Annotations.Core.AnnHorizontalAlignment = function() { }; 
Leadtools.Annotations.Core.AnnHorizontalAlignment.prototype = { 
 
  Left = 0x00000000, 
    Center = 0x00000001, 
    Right = 0x00000002, 
     
 }; 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Core Assembly
Click or drag to resize