ImageGear .NET - Updated
JoinStyle Property (IImGearARTProtractor)




ImageGear24.Art Assembly > ImageGear.ART Namespace > IImGearARTProtractor Interface : JoinStyle Property
Gets or sets the style of two lines joins.
Syntax
'Declaration
 
Property JoinStyle As ImGearARTJoinStyle
'Usage
 
Dim instance As IImGearARTProtractor
Dim value As ImGearARTJoinStyle
 
instance.JoinStyle = value
 
value = instance.JoinStyle
ImGearARTJoinStyle JoinStyle {get; set;}
__property ImGearARTJoinStyle get_JoinStyle();
__property void set_JoinStyle( 
   ImGearARTJoinStyle value
);
property ImGearARTJoinStyle JoinStyle {
   ImGearARTJoinStyle get();
   void set (    ImGearARTJoinStyle value);
}

Property Value

ImGearARTJoinStyle enumeration value.
See Also

Reference

IImGearARTProtractor Interface
IImGearARTProtractor Members
ImGearARTJoinStyle Enumeration