FMX.Graphics.TBrush.DefaultColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DefaultColor: TAlphaColor read FDefaultColor write FDefaultColor;

C++

__property System::Uitypes::TAlphaColor DefaultColor = {read=FDefaultColor, write=FDefaultColor, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TBrush

Description

Determines whether the Color property is stored.

The DefaultColor property indicates whether the color of the brush is stored.

See Also