VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / AnnotationPenDashStyle Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    AnnotationPenDashStyle Enumeration
    In This Topic
    Specifies available styles of dashed lines drawn with a AnnotationPen object.
    Syntax
    'Declaration
    
    Public Enum AnnotationPenDashStyle
       Inherits System.Enum
    
    
    public enum AnnotationPenDashStyle : System.Enum
    
    
    __value public enum AnnotationPenDashStyle : public System.Enum
    
    
    public enum class AnnotationPenDashStyle : public System.Enum
    
    
    Members
    MemberDescription
    SolidSpecifies a solid line.
    DashSpecifies a line consisting of dashes.
    DotSpecifies a line consisting of dots.
    DashDotSpecifies a line consisting of a repeating pattern of dash-dot.
    DashDotDotSpecifies a line consisting of a repeating pattern of dash-dot-dot.
    CustomSpecifies a user-defined custom dash style.
    Inheritance Hierarchy

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

    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