Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

387fe8fa 8dd9 26bf 3167 af06ba610906

haplokuon edited this page May 6, 2023 · 1 revision

FirstLineIndent Property

netDxf 3.0.0 Library

Gets or sets the indent value for the first line of the paragraph.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public double FirstLineIndent { get; set; }

VB

Public Property FirstLineIndent As Double
	Get
	Set

C++

public:
property double FirstLineIndent {
	double get ();
	void set (double value);
}

F#

member FirstLineIndent : float with get, set

Property Value

Double

Remarks

Valid values range from -10000.0 to 10000.0, the default value 0.0.
Negative first line indent values are limited by the left indent, in the case its absolute value is larger than the left indent, when applied to the paragraph it will be automatically adjusted .

See Also

Reference

MTextParagraphOptions Class
netDxf.Entities Namespace

Clone this wiki locally