VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.Dicom.Wpf.UI Namespace / WpfDicomTextAnnotationView Class / AnchorPointVisibility Property
Синтаксис Требования Смотрите также
В этом разделе
    AnchorPointVisibility Свойство (WpfDicomTextAnnotationView)
    В этом разделе
    Возвращает или задает значение, указывающее, видна ли точка привязки.
    Синтаксис
    '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); }
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также