ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTCapStyle Enumeration




In This Topic
    ImGearARTCapStyle Enumeration
    In This Topic
    Specifies the available cap styles of a line end.
    Syntax
    'Declaration
     
    Public Enum ImGearARTCapStyle 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearARTCapStyle
    public enum ImGearARTCapStyle : System.Enum 
    __value public enum ImGearARTCapStyle : public System.Enum 
    public enum class ImGearARTCapStyle : public System.Enum 
    Members
    MemberValueDescription
    Flat0Specifies a flat line cap.
    Round1Specifies a round line cap.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.ART.ImGearARTCapStyle

    See Also