Rotation Property (Annotation)
In This Topic
The rotation of the annotation, in degrees, in the range [0;360].
Syntax
'Declaration
<DescriptionAttribute("The rotation of the annotation, in degrees, in the range [0;360]")>
Public Property Rotation As Single
[Description("The rotation of the annotation, in degrees, in the range [0;360]")]
public float Rotation {get; set;}
public read-write property Rotation: Single;
DescriptionAttribute("The rotation of the annotation, in degrees, in the range [0;360]")
public function get,set Rotation : float
[Description("The rotation of the annotation, in degrees, in the range [0;360]")]
public: __property float get_Rotation();
public: __property void set_Rotation(
float value
);
[Description("The rotation of the annotation, in degrees, in the range [0;360]")]
public:
property float Rotation {
float get();
void set ( float value);
}
See Also