Click or drag to resize
DigitalRuneHorizontalAlignment Enumeration
Describes how a child element is horizontally positioned or stretched within a parent's layout slot.

Namespace: DigitalRune.Game.UI
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public enum HorizontalAlignment
Members
  Member nameValueDescription
Left0 The child element is aligned to the left of the parent's layout slot.
Center1 The child element is aligned to the center of the parent's layout slot.
Right2 The child element is aligned to the right of the parent's layout slot.
Stretch3 The child element stretches to fill the parent's layout slot.
See Also