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

1f332d18 8cfc 11dd 1e36 8a7b39d6577d

haplokuon edited this page May 6, 2023 · 1 revision

RadiansSymbol Property

netDxf 3.0.0 Library

Gets or set the angle radians symbol.

Definition

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

C#

public string RadiansSymbol { get; set; }

VB

Public Property RadiansSymbol As String
	Get
	Set

C++

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

F#

member RadiansSymbol : string with get, set

Property Value

String

See Also

Reference

UnitStyleFormat Class
netDxf.Units Namespace

Clone this wiki locally