VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / AnnotationLineStyle Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    AnnotationLineStyle Enumeration
    In This Topic
    Specifies available types of line style pattern for annotation.
    Syntax
    'Declaration
    
    Public Enum AnnotationLineStyle
       Inherits System.Enum
    
    
    public enum AnnotationLineStyle : System.Enum
    
    
    __value public enum AnnotationLineStyle : public System.Enum
    
    
    public enum class AnnotationLineStyle : public System.Enum
    
    
    Members
    MemberDescription
    SolidThe line's contour must not be changed.
    CloudThe cloud's style patterns must be added to the line's contour.
    TriangleThe triangle's style patterns must be added to the line's contour.
    Inheritance Hierarchy

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

    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