BrushSettings.WrapMode Property

Definition

Gets or sets a WrapMode enumeration that indicates the wrap mode for this TextureBrush object. Only allows the change if the property is not immutable and sets the override flags appropriately.

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

Property Value

A WrapMode enumeration that specifies how fills drawn by using this TextureBrush object are tiled.

Applies to