MapView (MAUI).IsTouchInputSupported Property
Gets a value that tells whether the current platform supports touch input.
Thread safety: This property is thread-safe.
Syntax
public static System.Boolean IsTouchInputSupported { get; }
Property Value
Type: System.Boolean
True if the current platform supports touch input; otherwise, False.
True if the current platform supports touch input; otherwise, False.
Remarks
This property can be used to determine whether the current platform supports touch input or not. The returned value does not indicate if an actual touch input device is available.
Note
This property always returns True for MapView (MAUI).
Platforms
Windows, Linux, Android