ImageGear .NET - Updated
ImGearARTJoinStyle Enumeration




ImageGear24.Art Assembly > ImageGear.ART Namespace : ImGearARTJoinStyle Enumeration
Specifies the available styles of the shape that joins two lines of the mark.
Syntax
'Declaration
 
Public Enum ImGearARTJoinStyle 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearARTJoinStyle
public enum ImGearARTJoinStyle : System.Enum 
__value public enum ImGearARTJoinStyle : public System.Enum 
public enum class ImGearARTJoinStyle : public System.Enum 
Members
MemberDescription
Miter Specifies a mitered join.
Round Specifies a circular join.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.ART.ImGearARTJoinStyle

See Also

Reference

ImageGear.ART Namespace