←Select platform

AnnHorizontalAlignment Enumeration

Summary

Indicates how text should be displayed on the horizontal axis.

Syntax

C#
VB
Java
Objective-C
WinRT C#
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, 
     
 }; 
public: 
   enum class AnnHorizontalAlignment sealed 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly