I need to set the background of my System.Windows.Controls.Viewbox , but the property is missing.
System.Windows.Controls.Viewbox
How can I fix this problem?
Put your viewbox inside a control that supports the background property:
<Border Background="Red"> <ViewBox /> </Border>
Put it in Border and set it to Background .
Border
Background
Source: https://habr.com/ru/post/957737/More articles:Can using FileShare.Delete raise a UnauthorizedAccessException? - c #using current_session_context_class property hibernate 3 hibernate 4 - springSet precision for float number in PHP - phpWhat are contextual sleep sessions? - hibernateRemoving empty elements from an array in Python - pythonVectors do not render well on Chrome for Android. - androidstd :: tolower and Visual Studio 2013 - c ++How to create an enumeration field with a default value? - postgresqlTinyMCE editor lost input field focus in popup dialog - javascriptIntegrate Sublime Text 2 with Karma - angularjsAll Articles