EmfPlusWrapMode

EmfPlusWrapMode enumeration

The WrapMode enumeration defines how the pattern from a texture or gradient brush is tiled across a shape or at shape boundaries, when it is smaller than the area being filled.

public enum EmfPlusWrapMode

Values

NameValueDescription
WrapModeTile0Tiles the gradient or texture.
WrapModeTileFlipX1Reverses the texture or gradient horizontally, and then tiles the texture or gradient.
WrapModeTileFlipY2Reverses the texture or gradient vertically, and then tiles the texture or gradient.
WrapModeTileFlipXY3Reverses the texture or gradient horizontally and vertically, and then tiles the texture or gradient.
WrapModeClamp4Fixes the texture or gradient to the object boundary.

See Also