Fmx.Bind.Navigator.TBindNavigator.xRadius

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property xRadius: Single read FxRadius write SetxRadius default 0;

C++

__property xRadius = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Fmx.Bind.Navigator.pas
Fmx.Bind.Navigator.hpp
Fmx.Bind.Navigator TBindNavigator

Description

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

Fmx.Bind.Navigator.TBindNavigator.xRadius inherits from Fmx.Bind.Navigator.TCustomBindNavigator.xRadius. All content below this line refers to Fmx.Bind.Navigator.TCustomBindNavigator.xRadius.

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