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

a82c1591 f697 7546 8bdc fb9a7799fd70

haplokuon edited this page May 6, 2023 · 1 revision

GradientType Property

netDxf 3.0.0 Library

Gets or set the gradient pattern type.

Definition

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

C#

public HatchGradientPatternType GradientType { get; set; }

VB

Public Property GradientType As HatchGradientPatternType
	Get
	Set

C++

public:
property HatchGradientPatternType GradientType {
	HatchGradientPatternType get ();
	void set (HatchGradientPatternType value);
}

F#

member GradientType : HatchGradientPatternType with get, set

Property Value

HatchGradientPatternType

See Also

Reference

HatchGradientPattern Class
netDxf.Entities Namespace

Clone this wiki locally