ImageGear .NET - Updated
JoinStyle Property (ImGearARTPolyline)




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

Property Value

ImGearARTJoinStyle enumeration value.
See Also

Reference

ImGearARTPolyline Class
ImGearARTPolyline Members
ImGearARTJoinStyle Enumeration