VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.Dicom.Wpf.UI Namespace / WpfDicomRulerAnnotationView Class / ShowTickLabel Property
Синтаксис Требования Смотрите также
В этом разделе
    ShowTickLabel Свойство (WpfDicomRulerAnnotationView)
    В этом разделе
    Возвращает или задает значение, указывающее, видны ли метки деления.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("Dicom")>
    <DescriptionAttribute("A value indicating whether the tick labels are visible.")>
    Public Property ShowTickLabel As Boolean
    
    
    [Category("Dicom")]
    [Description("A value indicating whether the tick labels are visible.")]
    public bool ShowTickLabel { get; set; }
    
    
    [Category("Dicom")]
    [Description("A value indicating whether the tick labels are visible.")]
    public: __property bool get_ShowTickLabel();
    public: __property void set_ShowTickLabel(
    bool value
    );
    [Category("Dicom")]
    [Description("A value indicating whether the tick labels are visible.")]
    public:
    property bool ShowTickLabel { bool get(); void set(bool value); }

    Property Value

    Значение по умолчанию: true.
    Требования

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

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