FMX.StdCtrls.TCornerButton.Corners

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Corners: TCorners read FCorners write SetCorners stored IsCornersStored;

C++

__property Corners;

Properties

Type Visibility Source Unit Parent
property published
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TCornerButton

Description

Specifies which corners are customized by the CornerType, XRadius, and YRadius properties.

FMX.StdCtrls.TCornerButton.Corners inherits from FMX.StdCtrls.TCustomCornerButton.Corners. All content below this line refers to FMX.StdCtrls.TCustomCornerButton.Corners.

Specifies which corners are customized by the CornerType, XRadius, and YRadius properties.

By default, all four corners are customized.

Corners contains a set of values defined in the TCorner type: TopLeft, TopRight, BottomLeft, and BottomRight. Use the AllCorners constant to select all corners.

If Corners is an empty set, then no corner shape customization is used.

See Also