Show: Delphi C++
Display Preferences

FMX.Types.TBrush

From XE2 API Documentation
Jump to: navigation, search

System.Classes.TPersistentSystem.TObject
TBrush

Delphi

TBrush = class(TPersistent)

C++

class PASCALIMPLEMENTATION TBrush : public System::Classes::TPersistent

Contents

Properties

Type Visibility Source Unit Parent
class public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

Description

TBrush represents the color and pattern used to fill solid shapes or to stroke the outline of shapes.

TBrush is used to fill solid shapes, such as rectangles and ellipses, with a color or pattern. The Kind property controls the mode in which a TBrush instance operates. The properties that are not related to the active kind will not be stored. For example, if Kind is set to bkSolid, the Gradient property is ignored.

See Also

Code Examples

Personal tools
Previous Versions
Translations