ImageGear .NET - Updated
ArrowheadSize Property




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > CADLinearRuler Class : ArrowheadSize Property
Arrow head size. If set to 0, then no arrow head is drawn.
Syntax
'Declaration
 
Public Property ArrowheadSize As Double
'Usage
 
Dim instance As CADLinearRuler
Dim value As Double
 
instance.ArrowheadSize = value
 
value = instance.ArrowheadSize
public double ArrowheadSize {get; set;}
public: __property double get_ArrowheadSize();
public: __property void set_ArrowheadSize( 
   double value
);
public:
property double ArrowheadSize {
   double get();
   void set (    double value);
}
See Also

Reference

CADLinearRuler Class
CADLinearRuler Members