ImageGear for .NET
JoinStyle Property (ImGearARTPolyline)




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

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback