VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Dicom.Wpf.UI Namespace / WpfDicomSeriesManagerControl Class / SeriesImageCountFont Property
Синтаксис Требования Смотрите также
В этом разделе
    SeriesImageCountFont Свойство (WpfDicomSeriesManagerControl)
    В этом разделе
    Возвращает или задает шрифт для метки 'series image count' на миниатюре серии.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("Series Panel Appearance")>
    <DescriptionAttribute("The font for the 'series image count' label on series' thumbnail.")>
    Public Property SeriesImageCountFont As System.Windows.Media.Typeface
    
    
    [Category("Series Panel Appearance")]
    [Description("The font for the 'series image count' label on series' thumbnail.")]
    public System.Windows.Media.Typeface SeriesImageCountFont { get; set; }
    
    
    [Category("Series Panel Appearance")]
    [Description("The font for the 'series image count' label on series' thumbnail.")]
    public: __property System.Windows.Media.Typeface* get_SeriesImageCountFont();
    public: __property void set_SeriesImageCountFont(
    System.Windows.Media.Typeface* value
    );
    [Category("Series Panel Appearance")]
    [Description("The font for the 'series image count' label on series' thumbnail.")]
    public:
    property System.Windows.Media.Typeface^ SeriesImageCountFont { System.Windows.Media.Typeface^ get(); void set(System.Windows.Media.Typeface^ value); }
    Требования

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

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