Fmx.Bind.Navigator.TBindNavigator.yRadius

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property yRadius: Single read FyRadius write SetyRadius default 0;

C++

__property yRadius = {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 vertical y-axis.

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

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

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

See Also