VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Wpf.UI Namespace / WpfDicomSeriesManagerControl Class / SeriesImageCountFont Property
Syntax Requirements SeeAlso
In This Topic
    SeriesImageCountFont Property (WpfDicomSeriesManagerControl)
    In This Topic
    Gets or sets the font for the 'series image count' label on series' thumbnail.
    Syntax
    '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); }
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also