VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom.UI Namespace / DicomTextAnnotationView Class / AnchorPointVisibility Property
Syntax Requirements SeeAlso
In This Topic
    AnchorPointVisibility Property (DicomTextAnnotationView)
    In This Topic
    Gets or sets a value indicating whether anchor point is visible.
    Syntax
    'Declaration
    
    <DescriptionAttribute("A value indicating whether anchor point is visible.")>
    <CategoryAttribute("Dicom")>
    Public Property AnchorPointVisibility As Boolean
    
    
    [Description("A value indicating whether anchor point is visible.")]
    [Category("Dicom")]
    public bool AnchorPointVisibility { get; set; }
    
    
    [Description("A value indicating whether anchor point is visible.")]
    [Category("Dicom")]
    public: __property bool get_AnchorPointVisibility();
    public: __property void set_AnchorPointVisibility(
    bool value
    );
    [Description("A value indicating whether anchor point is visible.")]
    [Category("Dicom")]
    public:
    property bool AnchorPointVisibility { bool get(); void set(bool value); }
    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