Multiple choice technology platforms and products

Silverlight enables you to customize controls in several ways. Select the option that is not applicable to control customization in Silverlight.

  1. ContentTemplate

  2. Styles

  3. CSS

  4. ControlTemplate

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Silverlight uses XAML-based templating, not web CSS. ContentTemplate defines content presentation, ControlTemplate defines entire control structure, and Styles provide property setters. CSS is a web technology completely separate from Silverlight's XAML styling system.