VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / AnnotationPenDashCap Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    AnnotationPenDashCap Enumeration
    In This Topic
    Specifies available types of graphic shape to use on both ends of each dash in a dashed line.
    Syntax
    'Declaration
    
    Public Enum AnnotationPenDashCap
       Inherits System.Enum
    
    
    public enum AnnotationPenDashCap : System.Enum
    
    
    __value public enum AnnotationPenDashCap : public System.Enum
    
    
    public enum class AnnotationPenDashCap : public System.Enum
    
    
    Members
    MemberDescription
    FlatSpecifies a square cap that squares off both ends of each dash.
    RoundSpecifies a circular cap that rounds off both ends of each dash.
    TriangleThis dash cap is no longer supported.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Annotation.AnnotationPenDashCap

    Requirements

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

    See Also