Charting for 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

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

 See Also

TextureBrush Members
TextureBrush Class
MindFusion.Drawing Namespace