Vcl.ComCtrls.TParaAttributes.RightIndent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RightIndent: Longint read GetRightIndent write SetRightIndent;

C++

__property int RightIndent = {read=GetRightIndent, write=SetRightIndent, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TParaAttributes

Description

Specifies the indent, in pixels, of the paragraph relative to the right margin.

Use RightIndent to indent a paragraph from the right margin of the entire body of text. RightIndent is useful for making individual paragraphs stand out from the rest of the text, especially when Alignment is set to taRightJustify.

See Also