In This Topic
GdPicture14.WPF Namespace / GdViewer Class / AnnotationSelectionLineColor Property

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