FMX.Header.THeader.Radius

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Radius: Single read FRadius write SetRadius;

C++

__property float Radius = {read=FRadius, write=SetRadius};

Properties

Type Visibility Source Unit Parent
property published
FMX.Header.pas
FMX.Header.hpp
FMX.Header THeader

Description

Specifies the amount of roundness to apply to the upper-left and upper-right corners of this header.

Use the Radius property to affect the roundness of the upper-left and upper-right corners of this header. If Radius is set to 0, the corners are perfectly square. Otherwise, for any positive value, a new radius is computed and will be used for the roundness of these corners.

See Also