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

97dee73b ac59 8bed dca1 5507d6ed6b62

haplokuon edited this page May 6, 2023 · 1 revision

CMLStyle Property

netDxf 3.0.0 Library

Current multiline style.

Definition

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

C#

public string CMLStyle { get; set; }

VB

Public Property CMLStyle As String
	Get
	Set

C++

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

F#

member CMLStyle : string with get, set

Property Value

String

Remarks

Default value: Standard.

See Also

Reference

HeaderVariables Class
netDxf.Header Namespace

Clone this wiki locally