Vcl.ActnMan.TCustomActionControl.Margins

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Margins: TRect read FMargins write SetMargins;

C++

__property System::Types::TRect Margins = {read=FMargins, write=SetMargins};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionControl

Description

Describes the boundaries of the control for drawing purposes.

Margins is a TRect which describes the area of the control which can contain writing and/or drawings. The units of the TRect are pixels.