-
Book Overview & Buying
-
Table Of Contents
Windows Phone 7.5 Application Development with F#
By :
The following list will illustrate the different controls supported in Windows Phone. These controls are included in the System.Windows.Controls namespace in the .NET Framework class library for Silverlight:
Button: As the name goes, this is a button wherein a user interacts by clicking on it. On clicking, it raises an event.
HyperlinkButton: This is a button control that displays a hyperlink. When clicked, it allows users to navigate to an external web page or content within the same application.
ProgressBar: This is a control that indicates the progress of an operation.
MessageBox: This is a control that is used to display a message to the user and optionally prompts for a response.
TextBox: This is a control that allows users to enter single or multiple lines of text.
Checkbox: This is a control that a user can select or clear, that is, the control can be checked or unchecked.
ListBox: This is a control that contains a list of selectable items....
Change the font size
Change margin width
Change background colour