FMX.Types.TBounds.DefaultValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DefaultValue: TRectF read FDefaultValue write FDefaultValue;

C++

__property System::Types::TRectF DefaultValue = {read=FDefaultValue, write=FDefaultValue};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TBounds

Description

Specifies the default value for the margins.

DefaultValue is automatically set when creating the TBounds instance.

See Also