AnnotationResizeRotateHandlesColor Property (GdViewer)
In This Topic
Syntax
'Declaration
Public Property AnnotationResizeRotateHandlesColor As Color
public Color AnnotationResizeRotateHandlesColor {get; set;}
public read-write property AnnotationResizeRotateHandlesColor: Color;
public function get,set AnnotationResizeRotateHandlesColor : Color
public: __property Color get_AnnotationResizeRotateHandlesColor();
public: __property void set_AnnotationResizeRotateHandlesColor(
Color value
);
public:
property Color AnnotationResizeRotateHandlesColor {
Color get();
void set ( Color value);
}
See Also