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

7097a62b 9814 3159 713d 2dc60a520059

haplokuon edited this page May 6, 2023 · 1 revision

DimStyle Property

netDxf 3.0.0 Library

Current dimension style.

Definition

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

C#

public string DimStyle { get; set; }

VB

Public Property DimStyle As String
	Get
	Set

C++

public:
property String^ DimStyle {
	String^ get ();
	void set (String^ value);
}

F#

member DimStyle : string with get, set

Property Value

String

Remarks

Default value: Standard.

See Also

Reference

HeaderVariables Class
netDxf.Header Namespace

Clone this wiki locally