←Select platform

VerticalAlignment Property

Summary

Gets or sets a value indicating the vertical alignment for this AnnTextObject.

Syntax
C#
VB
Objective-C
C++
Java
public AnnVerticalAlignment VerticalAlignment { get; set; } 
Public Property VerticalAlignment As AnnVerticalAlignment 
@property (nonatomic) LTAnnVerticalAlignment verticalAlignment; 
public AnnVerticalAlignment getVerticalAlignment() 
public void setVerticalAlignment(AnnVerticalAlignment verticalAlignment) 
public:  
   property AnnVerticalAlignment^ VerticalAlignment 
   { 
      AnnVerticalAlignment^ get() 
      void set(AnnVerticalAlignment^ value) 
   } 

Property Value

An AnnVerticalAlignment value indicating the vertical alignment for this AnnTextObject.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly