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

1176cda7 22b1 162f 4069 1e7013fa1225

haplokuon edited this page May 6, 2023 · 1 revision

Name Property

netDxf 3.0.0 Library

Gets the shape name.

Definition

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

C#

public string Name { get; set; }

VB

Public Property Name As String
	Get
	Set

C++

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

F#

member Name : string with get, set

Property Value

String

See Also

Reference

Shape Class
netDxf.Entities Namespace

Clone this wiki locally