Class TBrush

Unit

Declaration

type TBrush = class(TObject)

Description

A class describing a brush

Hierarchy

Overview

Methods

Public constructor Create;

Properties

Public property Color: TColor read FColor write FColor;
Public property Style: TBrushStyle read FStyle write FStyle;

Description

Methods

Public constructor Create;

This item has no description.

Properties

Public property Color: TColor read FColor write FColor;

Color of the brush

Public property Style: TBrushStyle read FStyle write FStyle;

Style of the brush: solid, diagonal lines, horizontal lines...