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

0972427a 7584 b92b 6f9d 899b71a23063

haplokuon edited this page May 6, 2023 · 1 revision

Style Property

netDxf 3.0.0 Library

Gets or set the multiline style.

Definition

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

C#

public MLineStyle Style { get; set; }

VB

Public Property Style As MLineStyle
	Get
	Set

C++

public:
property MLineStyle^ Style {
	MLineStyle^ get ();
	void set (MLineStyle^ value);
}

F#

member Style : MLineStyle with get, set

Property Value

MLineStyle

See Also

Reference

MLine Class
netDxf.Entities Namespace

Clone this wiki locally