Platform Settings
The PlatformSettings service provides access to platform-specific settings and information. Some of these settings can change at runtime if a user modifies their OS preferences, so your application can respond dynamically.
You access PlatformSettings through the GetPlatformSettings extension method on any Visual. For more details on accessing platform services, visit the TopLevel page.
Getting PlatformSettings
var platformSettings = myControl.GetPlatformSettings();
Methods
GetTapSize(PointerType type)
Returns the size of the rectangle around a pointer-down location within which a pointer-up must occur to register a tap gesture. The value is in device-independent pixels.
Size GetTapSize(PointerType type);