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
| Name | Description |
|---|---|
| EnableAccessibilityScalingForNamedFontSizesProperty |
Bindable property for attached property |
| HandleControlUpdatesOnMainThreadProperty |
Bindable property for attached property |
| PanGestureRecognizerShouldRecognizeSimultaneouslyProperty |
Bindable property for attached property |
Methods
| Name | Description |
|---|---|
| GetEnableAccessibilityScalingForNamedFontSizes(BindableObject) |
Gets whether named font sizes respond to iOS Dynamic Type accessibility settings. |
| GetEnableAccessibilityScalingForNamedFontSizes(IPlatformElementConfiguration<iOS,Application>) |
Gets whether named font sizes respond to iOS Dynamic Type accessibility settings. |
| GetHandleControlUpdatesOnMainThread(BindableObject) |
Gets whether control property updates are processed on the main thread on iOS. |
| GetHandleControlUpdatesOnMainThread(IPlatformElementConfiguration<iOS,Application>) |
Gets whether control property updates are processed on the main thread on iOS. |
| GetPanGestureRecognizerShouldRecognizeSimultaneously(BindableObject) |
Gets whether pan gesture recognizers can recognize gestures simultaneously with other gesture recognizers. |
| GetPanGestureRecognizerShouldRecognizeSimultaneously(IPlatformElementConfiguration<iOS,Application>) |
Gets whether pan gesture recognizers can recognize gestures simultaneously with other gesture recognizers. |
| SetEnableAccessibilityScalingForNamedFontSizes(BindableObject, Boolean) |
Sets whether named font sizes respond to iOS Dynamic Type accessibility settings. |
| SetEnableAccessibilityScalingForNamedFontSizes(IPlatformElementConfiguration<iOS,Application>, Boolean) |
Sets whether named font sizes respond to iOS Dynamic Type accessibility settings. |
| SetHandleControlUpdatesOnMainThread(BindableObject, Boolean) |
Sets whether control property updates are processed on the main thread on iOS. |
| SetHandleControlUpdatesOnMainThread(IPlatformElementConfiguration<iOS,Application>, Boolean) |
Sets whether control property updates are processed on the main thread on iOS. |
| SetPanGestureRecognizerShouldRecognizeSimultaneously(BindableObject, Boolean) |
Sets whether pan gesture recognizers can recognize gestures simultaneously with other gesture recognizers. |
| SetPanGestureRecognizerShouldRecognizeSimultaneously(IPlatformElementConfiguration<iOS,Application>, Boolean) |
Sets whether pan gesture recognizers can recognize gestures simultaneously with other gesture recognizers. |