ImageGear .NET - Updated
ImGearARTPenStyle Enumeration




ImageGear24.Art Assembly > ImageGear.ART Namespace : ImGearARTPenStyle Enumeration
Specifies pen styles.
Syntax
'Declaration
 
Public Enum ImGearARTPenStyle 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearARTPenStyle
public enum ImGearARTPenStyle : System.Enum 
__value public enum ImGearARTPenStyle : public System.Enum 
public enum class ImGearARTPenStyle : public System.Enum 
Members
MemberDescription
DASHLine consisting of dashes.
DASHDOTLine consisting of a repeating pattern of dash-dot.
DASHDOTDOTLine consisting of a repeating pattern of dash-dot-dot.
DOTLine consisting of dots.
PDFDASH1Dash pattern compatible with Adobe Acrobat's "Dashed 1" style.
PDFDASH2Dash pattern compatible with Adobe Acrobat's "Dashed 2" style.
PDFDASH3Dash pattern compatible with Adobe Acrobat's "Dashed 3" style.
PDFDASH4Dash pattern compatible with Adobe Acrobat's "Dashed 4" style.
PDFDASH5Dash pattern compatible with Adobe Acrobat's "Dashed 5" style.
PDFDASH6Dash pattern compatible with Adobe Acrobat's "Dashed 6" style.
SOLIDSolid line.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.ART.ImGearARTPenStyle

See Also

Reference

ImageGear.ART Namespace