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

08339594 65be df15 1851 b18941d20d59

haplokuon edited this page May 6, 2023 · 1 revision

Fill Property

netDxf 3.0.0 Library

Gets the solid fill flag.

Definition

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

C#

public HatchFillType Fill { get; }

VB

Public ReadOnly Property Fill As HatchFillType
	Get

C++

public:
property HatchFillType Fill {
	HatchFillType get ();
}

F#

member Fill : HatchFillType with get

Property Value

HatchFillType

See Also

Reference

HatchPattern Class
netDxf.Entities Namespace

Clone this wiki locally