←Select platform

TextRotate Property

Summary

Gets or sets the rotation value for this AnnTextObject.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public AnnTextRotate TextRotate { get; set; } 
Public Property TextRotate As Leadtools.Annotations.Core.AnnTextRotate 
public Leadtools.Annotations.Core.AnnTextRotate TextRotate {get; set;} 
@property (nonatomic) LTAnnTextRotate textRotate; 
public AnnTextRotate getTextRotate() 
public void setTextRotate(AnnTextRotate textRotate) 
             
  
get_TextRotate(); 
set_TextRotate(value); 
Object.defineProperty('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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly