Get image background

Namespace:  FlowMap
Assembly:  FlowMap (in FlowMap.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Background As ImageBackground
C#
public ImageBackground Background { get; }
Visual C++
public:
property ImageBackground^ Background {
	ImageBackground^ get ();
}
JavaScript
function get_background();

See Also