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 437
7295f007 e94c 205c 2b24 45199f0cdc6b
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the text styles collection.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public TextStyles TextStyles { get; }VB
Public ReadOnly Property TextStyles As TextStyles
GetC++
public:
property TextStyles^ TextStyles {
TextStyles^ get ();
}F#
member TextStyles : TextStyles with get