Gets the image brush of the associated object.

Namespace: FirstFloor.Documents.Behaviors
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
protected ImageBrush ImageBrush { get; }
Visual Basic
Protected ReadOnly Property ImageBrush As ImageBrush
	Get
Visual C++
protected:
property ImageBrush^ ImageBrush {
	ImageBrush^ get ();
}

Field Value

The image brush.

See Also