Click or drag to resize
DigitalRuneVerticalAlignment Enumeration
Describes how a child element is vertically 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 VerticalAlignment
Members
  Member nameValueDescription
Top0 The child element is aligned to the top of the parent's layout slot.
Center1 The child element is aligned to the center of the parent's layout slot.
Bottom2 The child element is aligned to the bottom of the parent's layout slot.
Stretch3 The child element stretches to fill the parent's layout slot.
See Also