'Declaration Public Property Brush As System.Windows.Media.Brush
public System.Windows.Media.Brush Brush { get; set; }
public: __property System.Windows.Media.Brush* get_Brush(); public: __property void set_Brush(
System.Windows.Media.Brush* value
);
public:
property System.Windows.Media.Brush^ Brush { System.Windows.Media.Brush^ get(); void set(System.Windows.Media.Brush^ value); }
Property Value
Значение по умолчанию - SolidBrush(Color.FromArgb(100, Color.LightGreen)).