LinearGradientBrush::WrapMode Property

 

Gets or sets a WrapMode enumeration that indicates the wrap mode for this LinearGradientBrush.

Namespace:   System.Drawing.Drawing2D
Assembly:  System.Drawing (in System.Drawing.dll)

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

Property Value

Type: System.Drawing.Drawing2D::WrapMode

A WrapMode that specifies how fills drawn with this LinearGradientBrush are tiled.

.NET Framework
Available since 1.1
Return to top
Show: