Skip to content

ACadSharp.Entities.MLine.Style

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

Style Property

MLine Style

Remarks

Name reference:
String of up to 32 characters.The name of the style used for this mline. An entry for this style must exist in the MLINESTYLE dictionary. Do not modify this field without also updating the associated entry in the MLINESTYLE dictionary

Definition

Namespace: ACadSharp.Entities.MLine

C#

DxfCodeValueAttribute
public MLineStyle Style { get; set; }

Property Value

MLineStyle

Clone this wiki locally