HomePosts tagged โ€œXAMLโ€

XAML

Showing 1 - 20 of 23 results
If you want to make a phone call from a Windows Phone 8.1 App (XAML App) , you can use...
In the earlier version of Windows Phoneย  , you had the option of using Thread.Sleep which can be used to...
If you want to display the currency symbols in your Windows Phone 8 App , you can use the Unicode...
There are times where you want to show automatic scroll bar in a WPF TextBlock and you can easily achieve...
  • November 24, 2024
When you open a Windows Phone XAML page, the Visual Studio 2010 IDE opens the files (Designer and XAML code)...
Microsoft had announced the Windows Phone 8.1 as well as the Visual Studio 2013 Update 2 Release Candidate during the...
If you wanted to set the minimum width for a Windows Store App , you can use set it in...
When you created a new Windows Phone App , you would have noticed the following in the MainPage.XAMLโ€™sย PhoneApplicationPageย  element ....
In Windows Phone 8.0 , the developer could use the SystemTray.IsVisible property to hide or show the System Tray /...
Do you want to add an entry in the ResourceDictionary in your Windows 10 App using Xaml ? . Below...
  • November 22, 2024
When working with the WPF application , you might sometimes want to use the relative source with the bindings in...
  • November 22, 2024
Below is a sample code snippet demonstrating how to capture photo in Windows Phone Store App programmatically using C#. How...
Since the Universal Windows Platform (UWP) apps run on all the devices powered by Window 10 , you might sometimes...
In XAML , If you want to add the line break or newline within the string attribute of the TextBlockโ€˜s...
  • November 19, 2024
The Windows Phone 7 supports 2 orientations Landscape and Portrait , which means that the combination of these 2 orientation...
The Windows Phone 8 SDK provides the Navigate method defined in the NavigationService which lets the developers to provide ability...
There are 2 different types of templates which the developers can use to customize the controls . These include. ControlTemplate...
Few days back , Userware software company has released a new free extension for Visual Studio that allowed the developers...
This blog post will introduce and demonstrate the different transforms in XAML that can be used in a Windows Phone...
If you want to set the value of a property to a string that begins with the open curly brace...
  • November 7, 2024