In This Topic

BorderWidth Property (AnnotationEllipse)

In This Topic
The width, in inches, of each lines in stroking operations.
Syntax
'Declaration
 
Public Shadows Property BorderWidth As Single
public new float BorderWidth {get; set;}
public read-write property BorderWidth: Single; 
public hide function get,set BorderWidth : float
public: __property new float get_BorderWidth();
public: __property new void set_BorderWidth( 
   float value
);
public:
new property float BorderWidth {
   float get();
   void set (    float value);
}
See Also