Class TBrush
Unit
Declaration
type TBrush = class(TObject)
Description
A class describing a brush
Hierarchy
- TObject
- TBrush
Overview
Methods
constructor Create; |
Properties
property Color: TColor read FColor write FColor; |
|
property Style: TBrushStyle read FStyle write FStyle; |
Description
Methods
constructor Create; |
|
This item has no description. |
Properties
property Color: TColor read FColor write FColor; |
|
|
property Style: TBrushStyle read FStyle write FStyle; |
|
|