In This Topic
Gets or sets the rotation angle of text.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(0)>
Public Property TextRotation As System.Integer
'Usage
Dim instance As Style
Dim value As System.Integer
instance.TextRotation = value
value = instance.TextRotation
[System.ComponentModel.DefaultValue(0)]
public System.int TextRotation {get; set;}
public read-write property TextRotation: System.Integer;
System.ComponentModel.DefaultValueAttribute(0)
public function get,set TextRotation : System.int
[System.ComponentModel.DefaultValue(0)]
public: __property System.int get_TextRotation();
public: __property void set_TextRotation(
System.int value
);
[System.ComponentModel.DefaultValue(0)]
public:
property System.int TextRotation {
System.int get();
void set ( System.int value);
}
See Also