GameChatOverlay.DesiredPosition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The desired position of the game chat overlay.
public:
property GameChatOverlayPosition DesiredPosition { GameChatOverlayPosition get(); void set(GameChatOverlayPosition value); };
GameChatOverlayPosition DesiredPosition();
void DesiredPosition(GameChatOverlayPosition value);
public GameChatOverlayPosition DesiredPosition { get; set; }
var gameChatOverlayPosition = gameChatOverlay.desiredPosition;
gameChatOverlay.desiredPosition = gameChatOverlayPosition;
Public Property DesiredPosition As GameChatOverlayPosition
Property Value
The desired position of the game chat overlay.