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

7295f007 e94c 205c 2b24 45199f0cdc6b

haplokuon edited this page May 6, 2023 · 1 revision

TextStyles Property

netDxf 3.0.0 Library

Gets the text styles collection.

Definition

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

C#

public TextStyles TextStyles { get; }

VB

Public ReadOnly Property TextStyles As TextStyles
	Get

C++

public:
property TextStyles^ TextStyles {
	TextStyles^ get ();
}

F#

member TextStyles : TextStyles with get

Property Value

TextStyles

See Also

Reference

DxfDocument Class
netDxf Namespace

Clone this wiki locally