'Declaration Public Property FieldNameFont As System.Windows.Media.Typeface
public System.Windows.Media.Typeface FieldNameFont { get; set; }
public: __property System.Windows.Media.Typeface* get_FieldNameFont(); public: __property void set_FieldNameFont(
System.Windows.Media.Typeface* value
);
public:
property System.Windows.Media.Typeface^ FieldNameFont { System.Windows.Media.Typeface^ get(); void set(System.Windows.Media.Typeface^ value); }