Determines the pattern for the pen.
Use Kind to specify the pattern painted by the pen. Kind can have one of the following values:
bkBitmap
The pen's pattern is defined by an external bitmap image.
bkGradient
The pen's pattern is a gradient and you can set the gradient type and colors.
bkNone
The pen has no pattern. The fill of the object is transparent and the Color property has no effect.
bkSolid
The pen's pattern is a solid color, which you can set by using the Color property.
bkHatchFill
The pen's pattern is a hatch fill. The pen 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.
Note |
---|
Unlike with FMX where you change gradient, bitmap, etc directly, with GDI+ the pen is configured by changing the properties of the Brush property. |
Namespace: RSGdiPlusGraphics
Delphi |
published |
Property Value
Type: TRSGPBrushKind