Skip to content

ACadSharp.Entities.TextEntity.Value

Albert Domenech edited this page Aug 4, 2024 · 2 revisions

Value Property

Specifies the text string for the entity.

Definition

Namespace: ACadSharp.Entities.TextEntity

C#

DxfCodeValueAttribute
public String Value { get; set; }

Property Value

String

Value

The maximum length is 256 characters.

Clone this wiki locally