Represents brush settings.

Namespace:  Greatis.Nostalgia
Assembly:  Greatis.Nostalgia (in Greatis.Nostalgia.dll)

Syntax

Visual Basic (Declaration)
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public Property Brush As BrushSettings
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public BrushSettings Brush { get; set; }
Visual C++
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public:
property BrushSettings^ Brush {
	BrushSettings^ get ();
	void set (BrushSettings^ value);
}
JavaScript
function get_brush();
function set_brush(value);

See Also