GdPicture.NET.14
GdPicture14 Namespace / GdViewer Class / AnnotationResizeRotateHandlesColor Property





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