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

7efa91e0 79d2 f67a 5ad4 8a6bc0221890

haplokuon edited this page May 6, 2023 · 1 revision

UserText Property

netDxf 3.0.0 Library

Gets or sets the dimension text explicitly.

Definition

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

C#

public string UserText { get; set; }

VB

Public Property UserText As String
	Get
	Set

C++

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

F#

member UserText : string with get, set

Property Value

String

Remarks

Dimension text explicitly entered by the user. Optional; default is the measurement. If null or "<>", the dimension measurement is drawn as the text, if " " (one blank space), the text is suppressed. Anything else is drawn as the text.

See Also

Reference

Dimension Class
netDxf.Entities Namespace

Clone this wiki locally