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

    Property Value

    True - anchor point is visible; false - anchor point is NOT visible.
    Default value is false.
    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