Fmx.Bind.Navigator.TCustomBindNavigator.Corners

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Corners: TCorners read FCorners write SetCorners stored IsCornersStored;

C++

__property Fmx::Types::TCorners Corners = {read=FCorners, write=SetCorners, stored=IsCornersStored, nodefault};

Properties

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

Description

Specifies which corners of this binding database navigator will be rendered in a rounded style.

The default value for the Corners property is AllCorners, which means that, by default, all four of its corners are rounded.

See Also