Styling in Silverlight
... attractive, as shown in Figure 10-1. So let’s make this ugly UI look a bit nicer by adding some styling. Figure 10-1. Default input form without styling CHAPTER 10 ■ STYLING IN SILVERLIGHT 238 5. ... properties within Expression Blend. CHAPTER 10 ■ STYLING IN SILVERLIGHT 243 Figure 10-6. Final input form styled with inline properties Try It Out: Setting Inline Properties with...
Ngày tải lên: 05/10/2013, 04:20
Layout Management in Silverlight 3
... Management in Silverlight 3 The previous chapter provided an overview of Visual Studio 2008, one of the primary tools used in developing Silverlight applications. In this chapter, you are going to ... Spacing is limited to adding margins to the individual controls and to adjusting the alignment (with the VerticalAlignment and HorizontalAlignment properties). CHAPTER 3 ■ LAYOUT MANAG...
Ngày tải lên: 05/10/2013, 04:20
Local Storage in Silverlight
... following example demonstrates storing the user’s name in IsolatedStorageSettings. public partial class MainPage : UserControl { private IsolatedStorageSettings isSettings = IsolatedStorageSettings.ApplicationSettings; ... directories contained within it. This class provides the majority of the properties and methods used when working with isolated storage in Silverlight. As an example,...
Ngày tải lên: 05/10/2013, 04:20
... 210 Testing and updating customer details 214 Gestures, events, and commands 216 InputBindings 217 KeyBinding 218 MouseBinding 219 Using code behind 220 Event to command 221 Attached Behavior 222 Using ... ] Updating source 456 Binding.UpdateSourceTrigger 456 Binding.Delay: [.net 4.5] [Binding.Mode:TwoWay / OneWayToSource ] 456 Mode [Binding.Mode] [T:Target, S:Source] 457 Binding to other ele...
Ngày tải lên: 06/03/2014, 03:20
... using System; using System.Net; using System.Windows; using System.Windows.Controls; using System.Windows.Documents; using System.Windows.Ink; using System.Windows.Input; using System.Windows.Media; ... binding. We will now move on to look at data binding lists of data to the two list controls provided in Silverlight: DataGrid and ListBox. www.it-ebooks.info CHAPTER 5 DATA BIND...
Ngày tải lên: 17/02/2014, 23:20
Pro Silverlight 5 in VB potx
... service for Silverlight in Chapter 19. ADDING SILVERLIGHT CONTENT TO AN EXISTING WEBSITE A key point to keep in mind when considering the Silverlight development model is that in many cases ... display using the same data-binding syntax. • Silverlight borrows many of the same basic controls from WPF, along with the same styling system (for standardizing and reusing format...
Ngày tải lên: 05/03/2014, 22:21
Pro Silverlight 3 in C# docx
... Browser 506 Instantiating Silverlight Objects in the Browser 509 Combining Silverlight and HTML Content 510 Sizing the Silverlight Control to Fit Its Content 511 Placing the Silverlight Control ... Building a Data Service 554 Calling the Data Service 557 Binding to a Collection of Objects 559 Displaying and Editing Collection Items 559 Inserting and Removing Collection Item...
Ngày tải lên: 15/03/2014, 21:20
Silverlight 5 in Action pdf
... WORKING WITH DATA AND SERVICES 365 16 Binding 367 16.1 Binding basics 368 Mastering the binding syntax 369 ■ Choosing a binding mode 371 16.2 Understanding your binding source 373 Binding to ... 374 ■ Binding to an object 376 Binding to a UI element 378 ■ Binding to an indexed element 381 ■ Binding to a keyed (string indexed) element 382 ■ Binding to an entire collection 383 Deciding ......
Ngày tải lên: 22/03/2014, 17:20
pro silverlight 5 in c 4th edition
... service for Silverlight in Chapter 19. ADDING SILVERLIGHT CONTENT TO AN EXISTING WEBSITE A key point to keep in mind when considering the Silverlight development model is that in many cases ... impressive rich Internet applications. www.it-ebooks.info C H A P T E R 1 1 Introducing Silverlight In the introduction, you learned about the design philosophy that under...
Ngày tải lên: 05/05/2014, 12:08