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

2d2d0a82 7496 ebfc d0cc dc37bd8cda26

haplokuon edited this page May 6, 2023 · 1 revision

Style Property

netDxf 3.0.0 Library

Gets the shape style.

Definition

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

C#

public ShapeStyle Style { get; set; }

VB

Public Property Style As ShapeStyle
	Get
	Set

C++

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

F#

member Style : ShapeStyle with get, set

Property Value

ShapeStyle

See Also

Reference

Shape Class
netDxf.Entities Namespace

Clone this wiki locally