Search
TextureBrush.WrapMode Property
See Also
 





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

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public WrapMode WrapMode { get; set; }

Visual Basic  Copy Code

Public Property WrapMode As WrapMode

 Property Value

A member of the .NET WrapMode enumeration that specifies how fills drawn with this brush are tiled.

 See Also