ImageGear for .NET
JoinStyle Property (IImGearARTProtractor)




Gets or sets the style of two lines joins.
Syntax
ImGearARTJoinStyle JoinStyle {get; set;}
__property ImGearARTJoinStyle get_JoinStyle();
__property void set_JoinStyle( 
   ImGearARTJoinStyle value
);
property ImGearARTJoinStyle JoinStyle {
   ImGearARTJoinStyle get();
   void set (    ImGearARTJoinStyle value);
}
'Declaration
 
Property JoinStyle As ImGearARTJoinStyle
 
'Usage
 
Dim instance As IImGearARTProtractor
Dim value As ImGearARTJoinStyle
 
instance.JoinStyle = value
 
value = instance.JoinStyle

Property Value

ImGearARTJoinStyle enumeration value.
See Also

Reference

IImGearARTProtractor Interface
IImGearARTProtractor Members
ImGearARTJoinStyle Enumeration

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback