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