MindFusion WinForms Programmer's Guide
TextureBrush.WrapMode Property
See Also
 





Gets or sets a value that indicates the wrap mode for this brush.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public WrapMode WrapMode { get; set; }

Visual Basic  Copy Code

Public Property WrapMode As WrapMode

 Property Value

System.Drawing.Drawing2D.WrapMode enum member that specifies how fills drawn with this brush are tiled.

 See Also

TextureBrush Members
TextureBrush Class
MindFusion.Drawing Namespace