Click or drag to resize

HatchGradientPatternCentered Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets if the pattern is centered or not.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public bool Centered { get; set; }
Request Example View Source

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