'Declaration <CategoryAttribute("Common Panel Appearance")> <DescriptionAttribute("The default font for a text block.")> Public Property TextBlockFontDefaultValue As System.Windows.Media.Typeface
[Category("Common Panel Appearance")] [Description("The default font for a text block.")] public System.Windows.Media.Typeface TextBlockFontDefaultValue { get; set; }
[Category("Common Panel Appearance")] [Description("The default font for a text block.")] public: __property System.Windows.Media.Typeface* get_TextBlockFontDefaultValue(); public: __property void set_TextBlockFontDefaultValue(
System.Windows.Media.Typeface* value
);
[Category("Common Panel Appearance")] [Description("The default font for a text block.")] public:
property System.Windows.Media.Typeface^ TextBlockFontDefaultValue { System.Windows.Media.Typeface^ get(); void set(System.Windows.Media.Typeface^ value); }