set_WrapMode()

TextureBrush::set_WrapMode(Drawing2D::WrapMode) method

Sets a value that specifies how the brush represented by the current object is tiled.

void System::Drawing::TextureBrush::set_WrapMode(Drawing2D::WrapMode wrap_mode)

Arguments

ParameterTypeDescription
wrap_modeDrawing2D::WrapModeThe value to set

See Also