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

58637f25 2e58 fe04 0dd2 550c65d4d541

haplokuon edited this page May 6, 2023 · 1 revision

Default Property

netDxf 3.0.0 Library

Gets the default text style.

Definition

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

C#

public static TextStyle Default { get; }

VB

Public Shared ReadOnly Property Default As TextStyle
	Get

C++

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

F#

static member Default : TextStyle with get

Property Value

TextStyle

See Also

Reference

TextStyle Class
netDxf.Tables Namespace

Clone this wiki locally