Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

TextRotate Property (AnnTextObject)






Gets or sets the rotation value.
Syntax
public virtual AnnTextRotate TextRotate {get; set;}
'Declaration
 
Public Overridable Property TextRotate As AnnTextRotate
'Usage
 
Dim instance As AnnTextObject
Dim value As AnnTextRotate
 
instance.TextRotate = value
 
value = instance.TextRotate

            

            
public:
virtual property AnnTextRotate TextRotate {
   AnnTextRotate get();
   void set (    AnnTextRotate value);
}

Property Value

An AnnTextRotate value that specifies the degree to rotate this IAnnTextObject.
Example
For an example, refer to AnnTextObject.
Requirements

Target Platforms

See Also

Reference

AnnTextObject Class
AnnTextObject Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)