Vcl.ComCtrls.TParaAttributes.RightIndent

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property RightIndent: Longint read GetRightIndent write SetRightIndent;

C++

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

Propriétés

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

Description

Spécifie le décalage à droite, exprimé en pixels, du paragraphe par rapport à la marge droite.

Utilisez la propriété RightIndent pour décaler un paragraphe par rapport à la marge droite du texte. RightIndent permet de mettre en avant des paragraphes à l'intérieur du texte, en particulier si la propriété Alignment a la valeur taRightJustify.

Voir aussi