I need to set the background of my System.Windows.Controls.Viewbox
, but the property is missing.
How can I fix this problem?
I need to set the background of my System.Windows.Controls.Viewbox
, but the property is missing.
How can I fix this problem?
Put it in a
Border
and set itsBackground
.Put your viewbox inside a control that supports the background property: