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

289a1953 4985 413e bcdb ed60c200ac7e

haplokuon edited this page May 6, 2023 · 1 revision

Default Property

netDxf 3.0.0 Library

Gets the default dimension style.

Definition

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

C#

public static DimensionStyle Default { get; }

VB

Public Shared ReadOnly Property Default As DimensionStyle
	Get

C++

public:
static property DimensionStyle^ Default {
	DimensionStyle^ get ();
}

F#

static member Default : DimensionStyle with get

Property Value

DimensionStyle

See Also

Reference

DimensionStyle Class
netDxf.Tables Namespace

Clone this wiki locally