WrapMode

EmfPlusTextureBrushData.WrapMode property

Gets or sets a 32-bit signed integer from the WrapMode enumeration (section 2.1.1.34) that specifies how to repeat the texture image across a shape, when the image is smaller than the area being filled.

public EmfPlusWrapMode WrapMode { get; set; }

See Also