Consider the following C code segment button Background Brush-05361
Consider the following C# code segment: button.Background = (Brush) new BrushConverter().ConvertFrom (SystemColors.WindowBrush); Which one of the following is equivalent XAML code?
This multiple choice question (MCQ) is related to the book/course vu cs411 Visual Programming. It can also be found in vu cs411 Final Term - Quiz No.1.
Consider the following C# code segment: button.Background = (Brush) new BrushConverter().ConvertFrom (SystemColors.WindowBrush); Which one of the following is equivalent XAML code?
<Button Background=SystemColors.WindowsBrush />
<Button Background=SystemColor.WindowsBrush />
<Button Background=SystemColor.WindowBrush />
<Button Background=SystemColors.WindowBrush />