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

04ea369d 5f21 8f72 eaec 0485a425736a

haplokuon edited this page May 6, 2023 · 1 revision

SuppressAngularLeadingZeros Property

netDxf 3.0.0 Library

Suppresses leading zeros in angular decimal dimensions (for example, 0.5000 becomes .5000).

Definition

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

C#

public bool SuppressAngularLeadingZeros { get; set; }

VB

Public Property SuppressAngularLeadingZeros As Boolean
	Get
	Set

C++

public:
property bool SuppressAngularLeadingZeros {
	bool get ();
	void set (bool value);
}

F#

member SuppressAngularLeadingZeros : bool with get, set

Property Value

Boolean

See Also

Reference

UnitStyleFormat Class
netDxf.Units Namespace

Clone this wiki locally