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 409
1097e7c7 5489 da47 2967 581926b934cb
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets if the pattern is centered or not.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public bool Centered { get; set; }
VB
Public Property Centered As Boolean
Get
Set
C++
public:
property bool Centered {
bool get ();
void set (bool value);
}
F#
member Centered : bool with get, set
Boolean
Each gradient has two definitions, shifted and unsifted. A shift value describes the blend of the two definitions that should be used. A value of 0.0 (false) means only the unsifted version should be used, and a value of 1.0 (true) means that only the shifted version should be used.