In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations.Annotation / Rotation Property

Rotation Property (Annotation)

In This Topic
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

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations.Annotation
Annotation Members