Button

概要

デスクトップWindowsと同様にユーザーが押すことで処理を動作させるトリガーとなるものです。デスクトップWindowsでは立体感のあるものが多いですが、Windows Phoneでの標準的なボタンはとてもシンプルな形状です。

Tips

名前空間:Microsoft.Phone.Controls

System.Object
 +–System.Windows.DependencyObject
  +–System.Windows.UIElement
   +–System.Windows.FrameworkElement
    +–System.Windows.Controls.Control
     +–System.Windows.Controls.ContentControl
      +–System.Windows.Controls.Primitives.ButtonBase
       +–System.Windows.Controls.Button

参照