ImageGear .NET - Updated
StartHeadLength Property (ImGearARTLine)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTLine Class : StartHeadLength Property
Gets or sets the length of the line's start head.
Syntax
'Declaration
 
Public Property StartHeadLength As Integer
'Usage
 
Dim instance As ImGearARTLine
Dim value As Integer
 
instance.StartHeadLength = value
 
value = instance.StartHeadLength
public int StartHeadLength {get; set;}
public: __property int get_StartHeadLength();
public: __property void set_StartHeadLength( 
   int value
);
public:
property int StartHeadLength {
   int get();
   void set (    int value);
}

Property Value

Integer value.
See Also

Reference

ImGearARTLine Class
ImGearARTLine Members