'Declaration <DescriptionAttribute("The font for the 'series image count' label on series' thumbnail.")> <CategoryAttribute("Series Panel Appearance")> Public Property SeriesImageCountFont As System.Windows.Media.Typeface
[Description("The font for the 'series image count' label on series' thumbnail.")] [Category("Series Panel Appearance")] public System.Windows.Media.Typeface SeriesImageCountFont { get; set; }
[Description("The font for the 'series image count' label on series' thumbnail.")] [Category("Series Panel Appearance")] public: __property System.Windows.Media.Typeface* get_SeriesImageCountFont(); public: __property void set_SeriesImageCountFont(
System.Windows.Media.Typeface* value
);
[Description("The font for the 'series image count' label on series' thumbnail.")] [Category("Series Panel Appearance")] public:
property System.Windows.Media.Typeface^ SeriesImageCountFont { System.Windows.Media.Typeface^ get(); void set(System.Windows.Media.Typeface^ value); }