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

691ba69e a513 81fb 6367 f11f7e6dbd82

haplokuon edited this page May 6, 2023 · 1 revision

Text Property

netDxf 3.0.0 Library

Gets or sets the text displayed by the linetype.

Definition

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

C#

public string Text { get; set; }

VB

Public Property Text As String
	Get
	Set

C++

public:
property String^ Text {
	String^ get ();
	void set (String^ value);
}

F#

member Text : string with get, set

Property Value

String

See Also

Reference

LinetypeTextSegment Class
netDxf.Tables Namespace

Clone this wiki locally