'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); }