FMX.StdCtrls.TCustomCornerButton

From RAD Studio API Documentation
Jump to: navigation, search

FMX.StdCtrls.TCustomButtonFMX.StdCtrls.TPresentedTextControlFMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectTCustomCornerButton

Delphi

TCustomCornerButton = class(TCustomButton)

C++

class PASCALIMPLEMENTATION TCustomCornerButton : public TCustomButton

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.

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

See Also