FMX.Types.TControlSize.DefaultValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DefaultValue: TSizeF read FDefaultValue write FDefaultValue;

C++

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

Properties

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

Description

Represents the default values of the TControlSize Height, Width, and PlatformDefault variables.

See Also