ImageGear .NET
EndLineLength Property (IImGearARTPolyRuler)




Gets or sets the length of the mark's end line.
Syntax
int EndLineLength {get; set;}
__property int get_EndLineLength();
__property void set_EndLineLength( 
   int value
);
property int EndLineLength {
   int get();
   void set (    int value);
}
'Declaration
 
Property EndLineLength As Integer
 
'Usage
 
Dim instance As IImGearARTPolyRuler
Dim value As Integer
 
instance.EndLineLength = value
 
value = instance.EndLineLength

Property Value

Integer value.
See Also

Reference

IImGearARTPolyRuler Interface
IImGearARTPolyRuler Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback