Click or drag to resize

BrushData Fields

The BrushData type exposes the following members.

Fields
  NameDescription
Public fieldBackgroundColor
Background color of a brush.
Public fieldBrushType
The type of brush.
Public fieldEmbeddedResourceName
The name of a resource Image, used for painting a TextureBrush.
Public fieldForegroundColor
Foreground color of a brush.
Public fieldGradientDirection
Gradient direction if it is a gradient brush.
Public fieldHatchStyle
HatchStyle of the brush if it is a HatchBrush.
Public fieldRectangle
Rectangle data.
Public fieldWrapMode
Brush WrapMode -Specifies how a texture or gradient is tiled when it is smaller than the area being filled. String representation of System.Drawing.Drawing2D.WrapMode enumeration.
Top
See Also