Ejemplo n.º 1
0
 /// <summary>
 /// 指定した <see cref="Microsoft.Phone.Controls.PivotItem"/> から
 /// <see cref="P:Kanpuchi.Interactivity.PivotApplicationBar.CommandBindings"/>
 /// プロパティの値を取得します。
 /// </summary>
 /// <param name="element"><see cref="Microsoft.Phone.Controls.PivotItem"/>。</param>
 /// <returns>
 /// <see cref="Karamem0.Kanpuchi.Interactivity.PivotApplicationBarCommandBindingCollection"/>。
 /// </returns>
 public static PivotApplicationBarCommandBindingCollection GetCommandBindings(PivotItem element)
 {
     return((PivotApplicationBarCommandBindingCollection)element.GetValue(CommandBindingsProperty));
 }
Ejemplo n.º 2
0
 /// <summary>
 /// 指定した <see cref="Microsoft.Phone.Controls.PivotItem"/> から
 /// <see cref="P:Kanpuchi.Interactivity.PivotSelection.UnselectedCommandBinding"/>
 /// プロパティの値を取得します。
 /// </summary>
 /// <param name="element"><see cref="Microsoft.Phone.Controls.PivotItem"/>。</param>
 /// <returns><see cref="Karamem0.Kanpuchi.Interactivity.PivotSelectionCommandBinding"/>。</returns>
 public static PivotSelectionCommandBinding GetUnselectedCommandBinding(PivotItem element)
 {
     return((PivotSelectionCommandBinding)element.GetValue(UnselectedCommandBindingProperty));
 }
Ejemplo n.º 3
0
 /// <summary>
 /// 指定した <see cref="Microsoft.Phone.Controls.PivotItem"/> から
 /// <see cref="P:Kanpuchi.Interactivity.PivotApplicationBar.ApplicationBar"/>
 /// プロパティの値を取得します。
 /// </summary>
 /// <param name="element"><see cref="Microsoft.Phone.Controls.PivotItem"/>。</param>
 /// <returns><see cref="Microsoft.Phone.Shell.ApplicationBar"/>。</returns>
 public static ApplicationBar GetApplicationBar(PivotItem element)
 {
     return((ApplicationBar)element.GetValue(ApplicationBarProperty));
 }