VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / LineCapStyles Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    LineCapStyles Enumeration
    In This Topic
    Specifies available styles of the caps at the ends of the line-based annotations.
    Syntax
    'Declaration
    
    Public Enum LineCapStyles
       Inherits System.Enum
    
    
    public enum LineCapStyles : System.Enum
    
    
    __value public enum LineCapStyles : public System.Enum
    
    
    public enum class LineCapStyles : public System.Enum
    
    
    Members
    MemberDescription
    NoneNo cap.
    ArrowArrow.
    ClosedArrowArrow with drawn bottom line.
    FilledArrowFilled arrow.
    ReversedArrowReversed arrow.
    ReversedClosedArrowReversed arrow with drawn bottom line.
    ReversedFilledArrowFilled reversed arrow.
    EllipseEllipse.
    FilledEllipseFilled ellipse.
    RectangleRectangle.
    FilledRectangleFilled rectangle.
    DiamondDiamond (rhomb).
    FilledDiamondFilled diamond (rhomb).
    ButtSegment, perpendicular to the line.
    SlashSegment from the left-top to the right-down corner of the cap.
    Inheritance Hierarchy

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

    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