Header Constructor

GeonBit.UI

Header Constructor
Create the header.

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Header(
	string text,
	Anchor anchor = Anchor.Auto,
	Nullable<Vector2> offset = null
)

Parameters

text
Type: SystemString
Header text.
anchor (Optional)
Type: GeonBit.UI.EntitiesAnchor
Position anchor.
offset (Optional)
Type: SystemNullableVector2
Offset from anchor position.
See Also