Vcl.Controls.TMargins.Right

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Right: TMarginSize index 2 read FRight write SetMargin default 3;

C++

__property TMarginSize Right = {read=FRight, write=SetMargin, index=2, default=3};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TMargins

Description

Specifies the right edge of the margin.

Use the Right property to specify the right edge of the margin.