Share via


Application Class

Definition

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 EnableAccessibilityScalingForNamedFontSize.

HandleControlUpdatesOnMainThreadProperty

Bindable property for attached property HandleControlUpdatesOnMainThread.

PanGestureRecognizerShouldRecognizeSimultaneouslyProperty

Bindable property for attached property PanGestureRecognizerShouldRecognizeSimultaneously.

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.

Applies to