C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the rotation value for this AnnTextObject.
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)
}
An AnnTextRotate value that specifies the number of degrees to rotate this AnnTextObject.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET