ITextParagraphFormat.RightIndent Proprietà

Definizione

Ottiene o imposta il margine destro di un paragrafo.

public:
 property float RightIndent { float get(); void set(float value); };
float RightIndent();

void RightIndent(float value);
public float RightIndent { get; set; }
var single = iTextParagraphFormat.rightIndent;
iTextParagraphFormat.rightIndent = single;
Public Property RightIndent As Single

Valore della proprietà

Single

float

Dimensione del margine destro, in virgola mobile.

Si applica a

Vedi anche