ImageGear .NET
EndHeadLength Property (IImGearARTPolyline)




Gets or sets the end head length of the mark.
Syntax
int EndHeadLength {get; set;}
__property int get_EndHeadLength();
__property void set_EndHeadLength( 
   int value
);
property int EndHeadLength {
   int get();
   void set (    int value);
}
'Declaration
 
Property EndHeadLength As Integer
 
'Usage
 
Dim instance As IImGearARTPolyline
Dim value As Integer
 
instance.EndHeadLength = value
 
value = instance.EndHeadLength

Property Value

Integer value.
See Also

Reference

IImGearARTPolyline Interface
IImGearARTPolyline Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback