Fmx.Bind.Navigator.TBindNavigator.CornerType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CornerType: TCornerType read FCornerType write SetCornerType default 0;

C++

__property CornerType = {default=0};

Properties

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

Description

Specifies the style of roundness the corners of this bind database navigator will have.

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

Specifies the style of roundness the corners of this bind database navigator will have.

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

See Also