FMX.StdCtrls.TCornerButton

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
- FMX.StdCtrls.TCornerButton.Corners
- FMX.StdCtrls.TCornerButton.CornerType
- FMX.StdCtrls.TCornerButton.XRadius
- FMX.StdCtrls.TCornerButton.YRadius