Compartir a través de


ITextParagraphFormat.RightIndent Propiedad

Definición

Obtiene o establece el margen derecho de un párrafo.

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

Valor de propiedad

Single

float

Tamaño del margen derecho, en puntos de punto flotante.

Se aplica a

Consulte también