Vcl.StdCtrls.TButton.ImageMargins

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ImageMargins;

C++

__property ImageMargins;

Properties

Type Visibility Source Unit Parent
property published
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TButton

Description

Margins of image on button.

Vcl.StdCtrls.TButton.ImageMargins inherits from Vcl.StdCtrls.TCustomButton.ImageMargins. All content below this line refers to Vcl.StdCtrls.TCustomButton.ImageMargins.

Margins of image on button.

A button image may be positioned using margins. ImageMargins holds aTImageMargins object containing the margins of an image on a button. The TImageMargins.OnChange event is triggered when a margin changes.

See Also