NotificationPosition Enumeration
Determines where notifications appear on the screen. Used to specify the notification position for the NotificationPosition property.
Namespace: Microsoft.Xna.Framework.GamerServices
Assembly: Microsoft.Xna.Framework.GamerServices (in microsoft.xna.framework.gamerservices.dll)
Syntax
public enum NotificationPosition
Members
Member name | Description | |
---|---|---|
BottomCenter | Positions the message box at the bottom of the screen and centered. | |
BottomLeft | Positions the message box at the bottom-left of the screen. | |
BottomRight | Positions the message box at the bottom-right of the screen. | |
Center | Positions the message box at the center of the screen. | |
CenterLeft | Positions the message box at the center of the screen and left-aligned. | |
CenterRight | Positions the message box at the center of the screen and right-aligned. | |
TopCenter | Positions the message box at the top of the screen and centered. | |
TopLeft | Positions the message box at the top-left of the screen. | |
TopRight | Positions the message box at the top-right of the screen. |
See Also
Reference
Guide.NotificationPosition Property
Microsoft.Xna.Framework.GamerServices Namespace
Platforms
Xbox 360, Windows 7, Windows Vista, Windows XP