Chapter 7 Notes

Title: XAML vs. Code

Summary

Concepts Not in programs

Converters are addons to classes that convert to a specific type.

[TypeConverter (typeof(ColorTypeConverter))]
public struct Color
{
}

Programs

Program Baskervilles

Page 41.

Concepts:

  1. Shows that text wraps inside a label be default.
  2. Shows the use of Device.OnPlatform for padding.

Classes:

  1. Label is demonstrated.