When the form is loaded i want the Image to be hidden and based on the binding to the model i want to show the image and visibility is set on it.
Second part workd fine my question is when the form is loaded i would like to have the image to be hidden in wpf.
On model :
public bool ShowWarning { get { return something; } }
returns true or false and visibility of image source is set on it.
When form is loaded model is not set everything will be empty. So how to make the image hidden?