GdPicture.NET.14
GdPicture14.WPF Namespace / GdViewer Class / AnnotationResizeRotateHandlesScale Property





In This Topic
AnnotationResizeRotateHandlesScale Property (GdViewer)
In This Topic
Syntax
'Declaration
 
Public Property AnnotationResizeRotateHandlesScale As Single
public float AnnotationResizeRotateHandlesScale {get; set;}
public read-write property AnnotationResizeRotateHandlesScale: Single; 
public function get,set AnnotationResizeRotateHandlesScale : float
public: __property float get_AnnotationResizeRotateHandlesScale();
public: __property void set_AnnotationResizeRotateHandlesScale( 
   float value
);
public:
property float AnnotationResizeRotateHandlesScale {
   float get();
   void set (    float value);
}
See Also