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





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