In This Topic

ArrowHeight Property (AnnotationLineArrow)

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