Click or drag to resize

BrushX Properties

The BrushX type exposes the following members.

Properties
 NameDescription
Public propertyBackColor Gets the background color of the brush.
Public propertyBrushType Gets the brush type.
Public propertyColor Gets the foreground color of the brush.
Public propertyStatic memberDefaultHatchBrush Gets the default hatch brush image.
Public propertyStatic memberDefaultSyntheticBrush Gets the default synthetic brush image.
Public propertyStatic memberDefaultTextureBrush Gets the default texture brush image.
Public propertyStatic memberEmpty Gets an empty transparent brush.
Public propertyExchangeColors Gets a value indicating whether foreground and background colors are exchanged.
Public propertyGradientAngle Gets the gradient angle in degrees.
Public propertyGradientColorScale Gets the gradient color scale factor.
Public propertyGradientFocus Gets the gradient focus value.
Public propertyIsInvisible Returns true if the brush is invisible, i.e. is a solid and transparent brush.
Public propertyIsSolidBrush Gets a value indicating whether this brush is a solid brush.
Public propertyIsVisible Returns true if the brush is visible, i.e. is not a transparent brush.
Public propertyTextureImage Gets the texture image used by texture-based brushes.
Public propertyTextureOffsetX Gets the horizontal texture offset.
Public propertyTextureOffsetY Gets the vertical texture offset.
Public propertyTextureScale Gets the texture scaling mode.
Public propertyWrapMode Gets the wrap mode used for texture-based brushes.
Top
See Also