---
title: "How to change Application to full screen mode in SliverLight?"  
description: "How to change Application to full screen mode in SliverLight?"  
author: "John Smith"  
published: 2011-05-13  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/900/how-to-change-application-to-full-screen-mode-in-sliverlight  
category: "silverlight"  
tags: ["silverlight"]  
reading_time: 1 minute  

---

# How to change Application to full screen mode in SliverLight?

Application.Current.Host.Content.IsFullScreen = true;

## Answers

### Answer by John Smith

Application.Current.Host.Content.IsFullScreen = true;


---

Original Source: https://www.mindstick.com/interview/900/how-to-change-application-to-full-screen-mode-in-sliverlight

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
