'Declaration Public Property FieldNameBackgroundBrush As System.Windows.Media.Brush
public System.Windows.Media.Brush FieldNameBackgroundBrush { get; set; }
public: __property System.Windows.Media.Brush* get_FieldNameBackgroundBrush(); public: __property void set_FieldNameBackgroundBrush(
System.Windows.Media.Brush* value
);
public:
property System.Windows.Media.Brush^ FieldNameBackgroundBrush { System.Windows.Media.Brush^ get(); void set(System.Windows.Media.Brush^ value); }