RadialControllerIndependentInputSource.Controller Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a reference to a wheel input device or accessory such as the Surface Dial.
public:
property RadialController ^ Controller { RadialController ^ get(); };
RadialController Controller();
public RadialController Controller { get; }
var radialController = radialControllerIndependentInputSource.controller;
Public ReadOnly Property Controller As RadialController
Property Value
The wheel input device.