This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 415
a82c1591 f697 7546 8bdc fb9a7799fd70
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or set the gradient pattern type.
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