VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / LineDashCapStyle Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    LineDashCapStyle Enumeration
    In This Topic
    Specifies available styles for the type of graphic shape to use on both ends of each dash in a dashed line.
    Syntax
    'Declaration
    
    Public Enum LineDashCapStyle
       Inherits System.Enum
    
    
    public enum LineDashCapStyle : System.Enum
    
    
    __value public enum LineDashCapStyle : public System.Enum
    
    
    public enum class LineDashCapStyle : public System.Enum
    
    
    Members
    MemberDescription
    FlatA square cap that squares off both ends of each dash.
    RoundA circular cap that rounds off both ends of each dash.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Drawing.LineDashCapStyle

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also