Application Class
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.
Provides control over simultaneous recognition for pan gesture recognizers.
public ref class Application abstract sealed
public static class Application
type Application = class
Public Module Application
- Inheritance
-
Application
Fields
EnableAccessibilityScalingForNamedFontSizesProperty |
Backing store for the attached property that controls whether named font sizes should participate in the device's accessibility scaling. |
HandleControlUpdatesOnMainThreadProperty | |
PanGestureRecognizerShouldRecognizeSimultaneouslyProperty |
Backing store for the attached property that controls whether the pan gesture recognizer should participate in simultaneous recognition of gestures. |
Methods
GetEnableAccessibilityScalingForNamedFontSizes(BindableObject) |
Returns a Boolean value that tells whether named font sizes should participate in the device's accessibility scaling. |
GetEnableAccessibilityScalingForNamedFontSizes(IPlatformElementConfiguration<iOS,Application>) |
Returns a Boolean value that tells whether named font sizes should participate in the device's accessibility scaling. |
GetHandleControlUpdatesOnMainThread(BindableObject) | |
GetHandleControlUpdatesOnMainThread(IPlatformElementConfiguration<iOS,Application>) | |
GetPanGestureRecognizerShouldRecognizeSimultaneously(BindableObject) |
Returns a Boolean value that tells whether the pan gesture recognizer should participate in simultaneous recognition of gestures. |
GetPanGestureRecognizerShouldRecognizeSimultaneously(IPlatformElementConfiguration<iOS,Application>) |
Returns a Boolean value that tells whether the pan gesture recognizer should participate in simultaneous recognition of gestures. |
SetEnableAccessibilityScalingForNamedFontSizes(BindableObject, Boolean) |
Sets a Boolean value that controls whether named font sizes should participate in the device's accessibility scaling. |
SetEnableAccessibilityScalingForNamedFontSizes(IPlatformElementConfiguration<iOS,Application>, Boolean) |
Sets a Boolean value that controls whether named font sizes should participate in the device's accessibility scaling. |
SetHandleControlUpdatesOnMainThread(BindableObject, Boolean) | |
SetHandleControlUpdatesOnMainThread(IPlatformElementConfiguration<iOS,Application>, Boolean) | |
SetPanGestureRecognizerShouldRecognizeSimultaneously(BindableObject, Boolean) |
Sets a Boolean value that controls whether the pan gesture recognizer should participate in simultaneous recognition of gestures. |
SetPanGestureRecognizerShouldRecognizeSimultaneously(IPlatformElementConfiguration<iOS,Application>, Boolean) |
Sets a Boolean value that controls whether the pan gesture recognizer should participate in simultaneous recognition of gestures. |