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