This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
58637f25 2e58 fe04 0dd2 550c65d4d541
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the default text style.
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
GetC++
public:
static property TextStyle^ Default {
TextStyle^ get ();
}F#
static member Default : TextStyle with get