Fmx.Bind.Navigator.TCustomBindNavigator.xRadius

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property xRadius: single read FxRadius write SetxRadius;

C++

__property float xRadius = {read=FxRadius, write=SetxRadius};

Properties

Type Visibility Source Unit Parent
property public
Fmx.Bind.Navigator.pas
Fmx.Bind.Navigator.hpp
Fmx.Bind.Navigator TCustomBindNavigator

Description

Determines the amount of roundness to apply to the edges of this bind navigator, on the horizontal x-axis.

Use xRadius along with yRadius in order to determine how this bind navigator will look like.

See Also