←Select platform

AnnVerticalAlignment Enumeration

Summary

Indicates how text should be displayed on the vertical axis.

Syntax

C#
VB
Java
Objective-C
WinRT C#
public enum AnnVerticalAlignment
Public Enum AnnVerticalAlignment
public enum AnnVerticalAlignment
typedef enum LTAnnVerticalAlignment
public enum AnnVerticalAlignment
Leadtools.Annotations.Core.AnnVerticalAlignment = function() { }; 
Leadtools.Annotations.Core.AnnVerticalAlignment.prototype = { 
 
  Top = 0x00000000, 
    Center = 0x00000001, 
    Bottom = 0x00000002, 
     
 }; 

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

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