←Select platform

TextRotate Property

Summary

Gets or sets the rotation value for this AnnTextObject.

Syntax
C#
VB
Objective-C
C++
Java
public AnnTextRotate TextRotate { get; set; } 
Public Property TextRotate As AnnTextRotate 
@property (nonatomic) LTAnnTextRotate textRotate; 
public AnnTextRotate getTextRotate() 
public void setTextRotate(AnnTextRotate textRotate) 
public:  
   property AnnTextRotate^ TextRotate 
   { 
      AnnTextRotate^ get() 
      void set(AnnTextRotate^ value) 
   } 

Property Value

An AnnTextRotate value that specifies the number of degrees to rotate 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