Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

1097e7c7 5489 da47 2967 581926b934cb

haplokuon edited this page May 6, 2023 · 1 revision

Centered Property

netDxf 3.0.0 Library

Gets or sets if the pattern is centered or not.

Definition

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

Property Value

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

Reference

HatchGradientPattern Class
netDxf.Entities Namespace

Clone this wiki locally