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

EnableAccessibilityScalingForNamedFontSizesProperty

Bindable property for attached property EnableAccessibilityScalingForNamedFontSize.

HandleControlUpdatesOnMainThreadProperty

Bindable property for attached property HandleControlUpdatesOnMainThread.

PanGestureRecognizerShouldRecognizeSimultaneouslyProperty

Bindable property for attached property PanGestureRecognizerShouldRecognizeSimultaneously.

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.

Applies to