RadialController.CreateForCurrentView 方法

定义

实例化 wheel 设备的 RadialController 对象,并将其绑定到活动应用程序。

public:
 static RadialController ^ CreateForCurrentView();
 static RadialController CreateForCurrentView();
public static RadialController CreateForCurrentView();
function createForCurrentView()
Public Shared Function CreateForCurrentView () As RadialController

返回

要绑定到活动应用程序的 RadialController 对象。

注解

建议在应用的 OnPageLoaded 事件处理程序中创建 RadialController 对象。

适用于

另请参阅