ImageGear PDF v25.1 - Updated
ImGearARTJoinStyle Enumeration




ImageGear.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
MemberValueDescription
Miter0 Specifies a mitered join.
Round1 Specifies a circular join.
Inheritance Hierarchy

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

See Also

Reference

ImageGear.ART Namespace