Fmx.Bind.Navigator.TCustomBindNavigator.yRadius

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property yRadius: single read FyRadius write SetyRadius;

C++

__property float yRadius = {read=FyRadius, write=SetyRadius};

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 vertical y-axis.

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

See Also