hey,
I was trying to change the visibility property of Label in a project of Expression Blend edited being in visual studio2010 but cannot change the visibility. How is this done ?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mamta MPosted Nov 3, 2011, 7:57 AM
You must use a statement like this:
SetValue(VisibilityProperty, Visibility.Collapsed);
-Mamta