Entity.SetAnchor Method

GeonBit.UI

EntitySetAnchor Method
Set the anchor of this entity.

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void SetAnchor(
	Anchor anchor
)

Parameters

anchor
Type: GeonBit.UI.EntitiesAnchor
New anchor to set.
See Also