Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

RadialControllerButtonClickedEventArgs.Contact Property

Definition

Namespace:
Windows.UI.Input

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 tool is active.

public:
 property RadialControllerScreenContact ^ Contact { RadialControllerScreenContact ^ get(); };
RadialControllerScreenContact Contact();
public RadialControllerScreenContact Contact { get; }
var radialControllerScreenContact = radialControllerButtonClickedEventArgs.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.

Applies to

See also


Feedback

Was this page helpful?