Multiple choice technology web technology

Multiple styles can be applied to a single control

  1. True

  2. False

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

In Silverlight and similar UI frameworks, a control can only have one direct Style applied to its Style property. While styles can inherit from other styles using BasedOn, you cannot apply multiple independent styles simultaneously to a single control.