RadialControllerScreenContactStartedEventArgs.Contact 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 the location and bounding area of the wheel device on the digitizer surface, while a custom RadialController tool is active..
public:
property RadialControllerScreenContact ^ Contact { RadialControllerScreenContact ^ get(); };
RadialControllerScreenContact Contact();
public RadialControllerScreenContact Contact { get; }
var radialControllerScreenContact = radialControllerScreenContactStartedEventArgs.contact;
Public ReadOnly Property Contact As RadialControllerScreenContact
Property Value
The location and bounding area, in device-independent pixel (DIP), of the wheel device on the digitizer surface.
null, if contact is not detected.