ImageGear .NET - Updated
JoinStyle Property (IImGearARTPolyRuler)




ImageGear24.Art Assembly > ImageGear.ART Namespace > IImGearARTPolyRuler Interface : JoinStyle Property
Gets or sets the style of two lines joins.
Syntax
'Declaration
 
Property JoinStyle As ImGearARTJoinStyle
'Usage
 
Dim instance As IImGearARTPolyRuler
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

IImGearARTPolyRuler Interface
IImGearARTPolyRuler Members
ImGearARTJoinStyle Enumeration