Edit

Share via


SurfaceDialTextbox.Controller Property

Definition

Gets or sets the controller for the Surface Dial. The RadialController can be set from your app logic in case you use Surface Dial in other custom cases than on a TextBox. This helper class will do everything for you, but if you want to control the Menu Items and/or wish to use the same Surface Dial insta This is the property for the static controller so you can access it if needed.

public static Windows.UI.Input.RadialController Controller { get; set; }
static member Controller : Windows.UI.Input.RadialController with get, set
Public Shared Property Controller As RadialController

Property Value

Windows.UI.Input.RadialController

Applies to