In This Topic

StrokeColor Property (AnnotationLine)

In This Topic
The color to be used for line painting of the annotation. The width of the stroked line is determined by the BorderWidth parameter.
Syntax
'Declaration
 
Public Shadows Property StrokeColor As GdPictureColor
public new GdPictureColor StrokeColor {get; set;}
public read-write property StrokeColor: GdPictureColor; 
public hide function get,set StrokeColor : GdPictureColor
public: __property new GdPictureColor get_StrokeColor();
public: __property new void set_StrokeColor( 
   GdPictureColor value
);
public:
new property GdPictureColor StrokeColor {
   GdPictureColor get();
   void set (    GdPictureColor value);
}
See Also