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; }
Public Property Centered As Boolean
Get
Set
public:
property bool Centered {
bool get ();
void set (bool value);
}
member Centered : bool with get, set
PROPERTY Centered AS LOGIC GET SET
Property Value
Type:
BooleanRemarks
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