VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom.UI Namespace / DicomTextAnnotationView Class / AnchorLineCap Property
Syntax Requirements SeeAlso
In This Topic
    AnchorLineCap Property (DicomTextAnnotationView)
    In This Topic
    Gets the line cap of anchor line.
    Syntax
    'Declaration
    
    Protected Overridable ReadOnly Property AnchorLineCap As Vintasoft.Imaging.Annotation.LineCap
    
    
    protected virtual Vintasoft.Imaging.Annotation.LineCap AnchorLineCap { get; }
    
    
    protected: __property virtual Vintasoft.Imaging.Annotation.LineCap* get_AnchorLineCap();
    
    
    
    protected:
    virtual property Vintasoft.Imaging.Annotation.LineCap^ AnchorLineCap { Vintasoft.Imaging.Annotation.LineCap^ get(); }
    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