FMX.Graphics.TBrushObject

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTBrushObject

Delphi

TBrushObject = class(TFmxObject, IBrushObject)

C++

class PASCALIMPLEMENTATION TBrushObject : public Fmx::Types::TFmxObject

Properties

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

Description

Represents the class for brush objects. A TBrushObject instance specifies the color and pattern for the brush through its Brush property.

See Also