API: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 TCustomButton control and, additionally, provides the tools to customize shapes of TCustomCornerButton control's corners.

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

Represents a TCustomButton control and, additionally, provides the tools to customize shapes of TCustomCornerButton control's corners.

Use Corners to specify the corners to be customized. Use CornerType, XRadius, and YRadius to customize corners. See also TRectangle.

See Also