Click or drag to resize

HatchGradientPatternCentered Property

Gets or sets if the pattern is centered or not.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public bool Centered { get; set; }

Property Value

Type: Boolean
Remarks
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.
See Also