AnchorPointVisibility Property (DicomTextAnnotationData)
Gets or sets a value indicating whether anchor point is visible.
'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
);
[Category("Dicom")]
[Description("A value indicating whether anchor point is visible.")]
public:
property bool AnchorPointVisibility {
bool get();
void set(bool );
}
Property Value
True - anchor point is visible; false - anchor point is NOT visible.
Default value is false.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5