FMX.StdCtrls.TCornerButton

From RAD Studio API Documentation
Jump to: navigation, search

FMX.StdCtrls.TCustomCornerButtonFMX.StdCtrls.TCustomButtonFMX.StdCtrls.TPresentedTextControlFMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControlTCornerButton

Delphi

TCornerButton = class(TCustomCornerButton)

C++

class PASCALIMPLEMENTATION TCornerButton : public TCustomCornerButton

Properties

Type Visibility Source Unit Parent
class public
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls FMX.StdCtrls

Description

Represents a button with customizable corners.

Use the Corners property to choose the corners to be customized and the CornerType, XRadius, and YRadius properties to customize the corners.

See Also

Code Examples