Gets or sets a value that indicates the wrap mode for this brush.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
public WrapMode WrapMode { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property WrapMode As WrapMode |
A member of the WrapMode enumeration that specifies how fills drawn with this brush are tiled.
See Also