FMX.StdCtrls.TCornerButton.CornerType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CornerType;

C++

__property CornerType = {default=0};

Properties

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

Description

Specifies the type of the corner customization in the TCustomCornerButton control.

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

Specifies the type of the corner customization in the TCustomCornerButton control.

Values of CornerType are defined in the TCornerType: Round, Bevel, InnerRound, and InnerLine. These values define the following types of corner shape customizations:

DrawRectCanvas.png

CornerType applies to corners specified in the Corners set.

XRadius and YRadius specify the distance from a corner to the start point of the corner customization, on the horizontal and vertical sides.

Note: If Corners is an empty set, or any of the XRadius and YRadius properties is zero, modifying the CornerType property has no visual effect.

See Also