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

d2f8a152 6b7f 722a 7e2b 98caf1b0b990

haplokuon edited this page May 6, 2023 · 1 revision

Default Property

netDxf 3.0.0 Library

Defines a default white/black color.

Definition

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

C#

public static AciColor Default { get; }

VB

Public Shared ReadOnly Property Default As AciColor
	Get

C++

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

F#

static member Default : AciColor with get

Property Value

AciColor

See Also

Reference

AciColor Class
netDxf Namespace

Clone this wiki locally