Exemplo n.º 1
0
 public static string GetHide(Windows.UI.Xaml.VisualState state)
 {
     return((string)state.GetValue(HideProperty));
 }
Exemplo n.º 2
0
 public static string GetShow(Windows.UI.Xaml.VisualState state)
 {
     return((string)state.GetValue(ShowProperty));
 }