This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
5674cc3c 1a50 4bda d529 00a97d582b99
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the left indent of the current paragraph.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public double LeftIndent { get; set; }
VB
Public Property LeftIndent As Double
Get
Set
C++
public:
property double LeftIndent {
double get ();
void set (double value);
}
F#
member LeftIndent : float with get, set
Double
Valid values range from 0.0 to 10000.0, the default value 0.0.