Determines the pattern for the brush.
Use Kind to specify the pattern painted by the brush. Kind can have one of the following values:
bkBitmap
The brush's pattern is defined by an external bitmap image.
bkGradient
The brush's pattern is a gradient and you can set the gradient type and colors.
bkNone
The brush has no pattern. The fill of the object is transparent and the Color property has no effect.
bkSolid
The brush's pattern is a solid color, which you can set by using the Color property.
bkHatchFill
The brush's pattern is a hatch fill. The brush defines a rectangular brush with a hatch style, a foreground color, and a background color. There are six hatch styles. The foreground color defines the color of the hatch lines; the background color defines the color over which the hatch lines are drawn.
Namespace: RSGdiPlusGraphics
Delphi |
published |
Property Value
Type: TRSGPBrushKind