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

4b9f6539 14f6 8fa7 11cf 3bdf3ef2ef36

haplokuon edited this page May 6, 2023 · 1 revision

SuppressAngularTrailingZeros Property

netDxf 3.0.0 Library

Suppresses trailing zeros in angular decimal dimensions (for example, 12.5000 becomes 12.5).

Definition

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

C#

public bool SuppressAngularTrailingZeros { get; set; }

VB

Public Property SuppressAngularTrailingZeros As Boolean
	Get
	Set

C++

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

F#

member SuppressAngularTrailingZeros : bool with get, set

Property Value

Boolean

See Also

Reference

UnitStyleFormat Class
netDxf.Units Namespace

Clone this wiki locally