コード例 #1
0
 public static string GetHide(Windows.UI.Xaml.VisualState state)
 {
     return((string)state.GetValue(HideProperty));
 }
コード例 #2
0
 public static string GetShow(Windows.UI.Xaml.VisualState state)
 {
     return((string)state.GetValue(ShowProperty));
 }