Represents brush settings for Shape control.

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

Syntax

Visual Basic (Declaration)
Public Class BrushSettings
C#
public class BrushSettings
Visual C++
public ref class BrushSettings
JavaScript
Greatis.Nostalgia.BrushSettings = function();

Type.createClass(
	'Greatis.Nostalgia.BrushSettings');

Inheritance Hierarchy

System..::.Object
  Greatis.Nostalgia..::.BrushSettings

See Also