In This Topic

ArrowWidth Property (AnnotationLineArrow)

In This Topic
The width of the arrow, in inches.
Syntax
'Declaration
 
Public Shadows Property ArrowWidth As Single
public new float ArrowWidth {get; set;}
public read-write property ArrowWidth: Single; 
public hide function get,set ArrowWidth : float
public: __property new float get_ArrowWidth();
public: __property new void set_ArrowWidth( 
   float value
);
public:
new property float ArrowWidth {
   float get();
   void set (    float value);
}
See Also