ListView::BackgroundImageTiled Property

 

Gets or sets a value indicating whether the background image of the ListView should be tiled.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property bool BackgroundImageTiled {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the background image of the ListView should be tiled; otherwise, false. The default is false.

The BackgroundImageTiled property returns false if an image is not set.

.NET Framework
Available since 2.0
Return to top
Show: