次の方法で共有


CarouselView.PositionChangedCommand プロパティ

定義

カルーセルの位置が変更されたときに実行するコマンドを取得または設定します。

public:
 property System::Windows::Input::ICommand ^ PositionChangedCommand { System::Windows::Input::ICommand ^ get(); void set(System::Windows::Input::ICommand ^ value); };
public System.Windows.Input.ICommand PositionChangedCommand { get; set; }
member this.PositionChangedCommand : System.Windows.Input.ICommand with get, set
Public Property PositionChangedCommand As ICommand

プロパティ値

位置が変更されたときに実行する ICommand

適用対象