Beispiel #1
0
 public static bool GetIsPaneEnabled(this SplitView splitView)
 {
     return((bool)splitView.GetValue(IsPaneEnabledProperty));
 }