AnchorPointVisibility Свойство (DicomTextAnnotationData)
Возвращает или задает значение, указывающее, видна ли точка привязки.
'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 - точка привязки видна; false - точка привязки НЕ видна.
Значение по умолчанию - false.
Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5