System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute+DebuggingModes.Default | System.Diagnostics.DebuggableAttribute+DebuggingModes.DisableOptimizations | System.Diagnostics.DebuggableAttribute+DebuggingModes.EnableEditAndContinue | System.Diagnostics.DebuggableAttribute+DebuggingModes.IgnoreSymbolStoreSequencePoints) System.Reflection.AssemblyCompany("Xamarin Inc.") System.Reflection.AssemblyConfiguration("") System.Reflection.AssemblyCopyright("Copyright © Xamarin Inc. 2013-2016") System.Reflection.AssemblyDescription("") System.Reflection.AssemblyFileVersion("2.0.0.0") System.Reflection.AssemblyProduct("Xamarin.Forms") System.Reflection.AssemblyTitle("Xamarin.Forms.Core") System.Reflection.AssemblyTrademark("") System.Runtime.CompilerServices.CompilationRelaxations(8) System.Runtime.CompilerServices.InternalsVisibleTo("iOSUnitTests") System.Runtime.CompilerServices.InternalsVisibleTo("Xamarin.Forms.Controls") System.Runtime.CompilerServices.InternalsVisibleTo("Xamarin.Forms.Core.Design") System.Runtime.CompilerServices.InternalsVisibleTo("Xamarin.Forms.Core.UnitTests") System.Runtime.CompilerServices.InternalsVisibleTo("Xamarin.Forms.Core.Android.UnitTests") System.Runtime.CompilerServices.InternalsVisibleTo("Xamarin.Forms.Core.WP8.UnitTests") System.Runtime.CompilerServices.InternalsVisibleTo("Xamarin.Forms.Xaml") System.Runtime.CompilerServices.InternalsVisibleTo("Xamarin.Forms.Maps") System.Runtime.CompilerServices.InternalsVisibleTo("Xamarin.Forms.Maps.iOS") System.Runtime.CompilerServices.InternalsVisibleTo("Xamarin.Forms.Maps.iOS.Classic") System.Runtime.CompilerServices.InternalsVisibleTo("Xamarin.Forms.Maps.Android") System.Runtime.CompilerServices.InternalsVisibleTo("Xamarin.Forms.Xaml.UnitTests") System.Runtime.CompilerServices.InternalsVisibleTo("Xamarin.Forms.UITests") System.Runtime.CompilerServices.InternalsVisibleTo("Xamarin.Forms.FlexLayout.UnitTests") System.Runtime.CompilerServices.InternalsVisibleTo("Xamarin.Forms.Core.iOS.UITests") System.Runtime.CompilerServices.InternalsVisibleTo("Xamarin.Forms.Core.Android.UITests") System.Runtime.CompilerServices.InternalsVisibleTo("Xamarin.Forms.Core.Windows.UITests") System.Runtime.CompilerServices.InternalsVisibleTo("Xamarin.Forms.Core.macOS.UITests") System.Runtime.CompilerServices.InternalsVisibleTo("Xamarin.Forms.iOS.UITests") System.Runtime.CompilerServices.InternalsVisibleTo("Xamarin.Forms.Android.UITests") System.Runtime.CompilerServices.InternalsVisibleTo("Xamarin.Forms.Loader") System.Runtime.CompilerServices.InternalsVisibleTo("Xamarin.Forms.UITest.Validator") System.Runtime.CompilerServices.InternalsVisibleTo("Xamarin.Forms.Build.Tasks") System.Runtime.CompilerServices.InternalsVisibleTo("Xamarin.Forms.Platform") System.Runtime.CompilerServices.InternalsVisibleTo("Xamarin.Forms.Pages") System.Runtime.CompilerServices.InternalsVisibleTo("Xamarin.Forms.Pages.UnitTests") System.Runtime.CompilerServices.InternalsVisibleTo("Xamarin.Forms.CarouselView") System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows=true) System.Runtime.Versioning.TargetFramework(".NETPortable,Version=v4.5,Profile=Profile259", FrameworkDisplayName=".NET Portable Subset") Xamarin.Forms.Dependency(typeof(Xamarin.Forms.Xaml.ValueConverterProvider)) Xamarin.Forms.Internals.Preserve To be added. To be added. Xamarin.Forms.Core ExtensionMethod System.Boolean The object on which this method will be run. An animation key that must be unique among its sibling and parent animations for the duration of the animation. Stops the animation. ExtensionMethod System.Void The object on which this method will be run. An animation key that should be unique among its sibling and parent animations for the duration of the animation. An action that is called with successive animation values. The fraction into the current animation at which to start the animation. The fraction into the current animation at which to stop the animation. The time, in milliseconds, between frames. The number of milliseconds over which to interpolate the animation. The easing function to use to transision in, out, or in and out of the animation. An action to call when the animation is finished. A function that returns true if the animation should continue. Sets the specified parameters and starts the animation. ExtensionMethod System.Void The object on which this method will be run. An animation key that should be unique among its sibling and parent animations for the duration of the animation. An action that is called with successive animation values. The time, in milliseconds, between frames. The number of milliseconds over which to interpolate the animation. The easing function to use to transision in, out, or in and out of the animation. An action to call when the animation is finished. A function that returns true if the animation should continue. Sets the specified parameters and starts the animation. ExtensionMethod System.Void The object on which this method will be run. An animation key that should be unique among its sibling and parent animations for the duration of the animation. The animation to run. The time, in milliseconds, between frames. The number of milliseconds over which to interpolate the animation. The easing function to use to transision in, out, or in and out of the animation. An action to call when the animation is finished. A function that returns true if the animation should continue. Sets the specified parameters and starts the animation. ExtensionMethod System.Void To be added. The object on which this method will be run. An animation key that should be unique among its sibling and parent animations for the duration of the animation. A function that maps animation times to new time values. An action that is called with successive animation values. The time, in milliseconds, between frames. The number of milliseconds over which to interpolate the animation. The easing function to use to transision in, out, or in and out of the animation. An action to call when the animation is finished. A function that returns true if the animation should continue. Sets the specified parameters and starts the animation. ExtensionMethod System.Void The object on which this method will be run. An animation key that should be unique among its sibling and parent animations for the duration of the animation. An action that is called with successive animation values. The amount that the animation progresses in each animation step. For example, a velocity of 1 progresses at the default speed. The amount that the progression speed is reduced per frame. Can be negative. An action to call when the animation is finished. Sets the specified parameters and starts the kinetic animation. ExtensionMethod System.Boolean The object on which this method will be run. An animation key that must be unique among its sibling and parent animations for the duration of the animation. Returns a Boolean value that indicates whether or not the animation that is specified by is running. ExtensionMethod System.Void The . The BindableProperty on which to set a bindinge. A indicating the property path to bind to. The for the binding. This parameter is optional. Default is . An for the binding. This parameter is optional. Default is . A string used as stringFormat for the binding. This parameter is optional. Default is . Creates and applies a binding to a property. ExtensionMethod System.Void The source type. The BindableObject. The BindableProperty to bind to An expression used to retrieve the source path. The BindingMode for the binding. This parameter is optional. Default is . An IValueConverter for the binding. This parameter is optional. Default is . A string used as stringFormat for the binding. This parameter is optional. Default is . Creates and applies a binding from an expression. ExtensionMethod Xamarin.Forms.ITemplatedItemsList<TItem> Xamarin.Forms.BindableObject Xamarin.Forms.ITemplatedItemsView<TItem> Xamarin.Forms.BindableObject To be added. To be added. For internal use by the Xamarin.Forms platform. For internal use by platform renderers. ExtensionMethod TItem Xamarin.Forms.BindableObject Xamarin.Forms.ITemplatedItemsView<TItem> Xamarin.Forms.BindableObject To be added. To be added. For internal use by the Xamarin.Forms platform. For internal use by platform renderers. ExtensionMethod System.Int32 Xamarin.Forms.BindableObject Xamarin.Forms.ITemplatedItemsView<TItem> Xamarin.Forms.BindableObject To be added. To be added. For internal use by the Xamarin.Forms platform. For internal use by platform renderers. ExtensionMethod System.Boolean Xamarin.Forms.BindableObject Xamarin.Forms.ITemplatedItemsView<TItem> Xamarin.Forms.BindableObject To be added. To be added. For internal use by the Xamarin.Forms platform. For internal use by platform renderers. ExtensionMethod System.Tuple<System.Int32,System.Int32> For internal use by the Xamarin.Forms platform. For internal use by platform renderers. ExtensionMethod System.Void Xamarin.Forms.BindableObject Xamarin.Forms.ITemplatedItemsView<TItem> Xamarin.Forms.BindableObject To be added. To be added. For internal use by the Xamarin.Forms platform. For internal use by the Xamarin.Forms platform. For internal use by platform renderers. ExtensionMethod System.Object For internal use by the Xamarin.Forms platform. For internal use by the Xamarin.Forms platform. For internal use by the Xamarin.Forms platform. For internal use by the Xamarin.Forms platform. ExtensionMethod Xamarin.Forms.DataTemplate To be added. To be added. To be added. To be added. ExtensionMethod System.Boolean For internal use by the Xamarin.Forms platform. For internal use by the Xamarin.Forms platform. ExtensionMethod System.Boolean For internal use by the Xamarin.Forms platform. For internal use by the Xamarin.Forms platform. ExtensionMethod System.Void To be added. For internal use by the Xamarin.Forms platform. For internal use by the Xamarin.Forms platform. For internal use by the Xamarin.Forms platform. ExtensionMethod System.Collections.Generic.IEnumerable<T> Xamarin.Forms.GestureRecognizer To be added. For internal use by the Xamarin.Forms platform. For internal use by the Xamarin.Forms platform. For internal use by the Xamarin.Forms platform. ExtensionMethod System.Int32 To be added. For internal use by the Xamarin.Forms platform. For internal use by the Xamarin.Forms platform. For internal use by the Xamarin.Forms platform. ExtensionMethod System.Int32 To be added. For internal use by the Xamarin.Forms platform. For internal use by the Xamarin.Forms platform. For internal use by the Xamarin.Forms platform. ExtensionMethod System.Collections.Generic.IEnumerable<T> To be added. For internal use by the Xamarin.Forms platform. For internal use by the Xamarin.Forms platform. For internal use by the Xamarin.Forms platform. ExtensionMethod System.Collections.Specialized.NotifyCollectionChangedAction For internal use by the Xamarin.Forms platform. For internal use by the Xamarin.Forms platform. For internal use by the Xamarin.Forms platform. For internal use by the Xamarin.Forms platform. For internal use by platform renderers. ExtensionMethod System.Void To be added. For internal use by the Xamarin.Forms platform. For internal use by the Xamarin.Forms platform. For internal use by the Xamarin.Forms platform. For internal use by platform renderers. ExtensionMethod Xamarin.Forms.Internals.NotifyCollectionChangedEventArgsEx For internal use by the Xamarin.Forms platform. For internal use by the Xamarin.Forms platform. For internal use by platform renderers. ExtensionMethod System.Double For internal use by the Xamarin.Forms platform. For internal use by the Xamarin.Forms platform. For internal use by the Xamarin.Forms platform. For internal use by the Xamarin.Forms platform. ExtensionMethod System.Int32 For internal use by the Xamarin.Forms platform. For internal use by the Xamarin.Forms platform. For internal use by the Xamarin.Forms platform. For internal use by the Xamarin.Forms platform. ExtensionMethod System.Reflection.FieldInfo For internal use by the Xamarin.Forms platform. For internal use by the Xamarin.Forms platform. For internal use by the Xamarin.Forms platform. ExtensionMethod System.Reflection.FieldInfo For internal use by the Xamarin.Forms platform. For internal use by the Xamarin.Forms platform. For internal use by the Xamarin.Forms platform. ExtensionMethod System.Collections.Generic.IEnumerable<System.Reflection.FieldInfo> For internal use by the Xamarin.Forms platform. For internal use by the Xamarin.Forms platform. ExtensionMethod System.Collections.Generic.IEnumerable<System.Reflection.PropertyInfo> For internal use by the Xamarin.Forms platform. For internal use by the Xamarin.Forms platform. ExtensionMethod System.Reflection.PropertyInfo For internal use by the Xamarin.Forms platform. For internal use by the Xamarin.Forms platform. For internal use by the Xamarin.Forms platform. ExtensionMethod System.Boolean For internal use by the Xamarin.Forms platform. For internal use by the Xamarin.Forms platform. For internal use by the Xamarin.Forms platform. ExtensionMethod System.Boolean For internal use by the Xamarin.Forms platform. For internal use by the Xamarin.Forms platform. For internal use by the Xamarin.Forms platform. ExtensionMethod T The type of instance to find. An element in the scope to search. The name of the element to find. Returns the instance of type that has name in the scope that includes . ExtensionMethod System.Boolean The platform specific configuration that contains the element on which to perform the operation. Returns a Boolean value that tells whether the appearing event is sent when the application resumes. ExtensionMethod System.Boolean The platform specific configuration that contains the element on which to perform the operation. Returns a Boolean value that tells whether the disappearing event is sent when the application is paused. ExtensionMethod System.Boolean The platform specific configuration that contains the element on which to perform the operation. Returns a Boolean value that tells whether the keyboard state should be preserved when the application resumes. ExtensionMethod Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.Application> The platform specific configuration that contains the element on which to perform the operation. The new property value to assign. Sets a value that controls whether the appearing event is sent when the application resumes. ExtensionMethod Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.Application> The platform specific configuration that contains the element on which to perform the operation. The new property value to assign. Sets a Boolean value that controls whether the disappearing event is sent when the application is paused. ExtensionMethod Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.Application> The platform specific configuration that contains the element on which to perform the operation. The new property value to assign. Sets a Boolean value that controls whether the keyboard state should be preserved when the application resumes. ExtensionMethod Xamarin.Forms.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust The platform specific configuration that contains the element on which to perform the operation. Returns a value that tells whether the soft input mode of the provided platform configuration pans or resizes its content to allow the display of the on-screen input UI. ExtensionMethod Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.Application> The platform specific configuration that contains the element on which to perform the operation. The new property value to assign. Sets a value that controls whether the soft input mode of the provided platform configuration pans or resizes its content to allow the display of the on-screen input UI. ExtensionMethod System.Boolean The platform specific configuration that contains the element on which to perform the operation. Returns a Boolean value that tells whether fast scrolling is enabled. ExtensionMethod Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.ListView> The platform specific configuration that contains the element on which to perform the operation. The new property value to assign. Sets the attached property that controls whether fast scrolling is enabled. ExtensionMethod Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.TabbedPage> The platform specific configuration that contains the element on which to perform the operation. Disables swiped paging. ExtensionMethod Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.TabbedPage> The platform specific configuration that contains the element on which to perform the operation. Enables swiped paging. ExtensionMethod System.Boolean The platform specific configuration that contains the element on which to perform the operation. Gets a Boolean value that controls whether swipe paging is enabled. ExtensionMethod System.Int32 The platform specific configuration that contains the element on which to perform the operation. Returns the number of offscreen pages are cached in memory. ExtensionMethod Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.TabbedPage> The platform specific configuration that contains the element on which to perform the operation. The new property value to assign. Sets a value that controls whether page swiping is enabled to the provided . ExtensionMethod Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.TabbedPage> The platform specific configuration that contains the element on which to perform the operation. The new property value to assign. Sets the number of off-screen pages that are stored in memory to the provided . ExtensionMethod System.Boolean The platform specific configuration that contains the element on which to perform the operation. Returns a Boolean value that tells whether the entry control automatically adjusts the font size.. ExtensionMethod Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.Entry> The platform specific configuration that contains the element on which to perform the operation. Disables automatic font size adjustment on the platform-specific element. ExtensionMethod Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.Entry> The platform specific configuration that contains the element on which to perform the operation. Enables automatic font size adjustment on the platform-specific element. ExtensionMethod Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.Entry> The platform specific configuration that contains the element on which to perform the operation. The new property value to assign. Sets a Boolean value that tells whether automatic font size adjusmtent is enabled on the element. ExtensionMethod Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.NavigationPage> The platform specific configuration that contains the element on which to perform the operation. Makes the navigation bar opaque on the platform-specific element. ExtensionMethod Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.NavigationPage> The platform specific configuration that contains the element on which to perform the operation. Makes the navigation bar translucent on the platform-specific element. ExtensionMethod Xamarin.Forms.PlatformConfiguration.iOSSpecific.StatusBarTextColorMode The platform specific configuration that contains the element on which to perform the operation. Returns a value that controls whether the status bar text color is adjusted to match the luminosity of the navigation bar for the platform-specific navigation page. ExtensionMethod System.Boolean The platform specific configuration that contains the element on which to perform the operation. Returns a Boolean value that tells whether the navigation bar on the platform-specific navigation page is translucent. ExtensionMethod Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.NavigationPage> The platform specific configuration that contains the element on which to perform the operation. The new property value to assign. Sets a Boolean value that controls whether the navigation bar on the platform-specific navigation page is translucent. ExtensionMethod Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.NavigationPage> The platform specific configuration that contains the element on which to perform the operation. The new property value to assign. Returns a value that controls whether the status bar text color is adjusted to match the luminosity of the navigation bar for the platform-specific navigation page. ExtensionMethod Xamarin.Forms.PlatformConfiguration.iOSSpecific.UIStatusBarAnimation The platform specific configuration that contains the element on which to perform the operation. Returns a value that tells whether the preferred animation style to use when updating the status bar is None, Slide, or Fade. ExtensionMethod Xamarin.Forms.PlatformConfiguration.iOSSpecific.StatusBarHiddenMode The platform specific configuration that contains the element on which to perform the operation. Sets a value that controls whether it is preferred that the status bar is shown, hidden, or relies on the system default. ExtensionMethod Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.Page> The platform specific configuration that contains the element on which to perform the operation. The new property value to assign. Sets a value that controls whether the preferred animation style to use when updating the status bar is None, Slide, or Fade. ExtensionMethod Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.Page> The platform specific configuration that contains the element on which to perform the operation. The new property value to assign. Sets a value that controls whether it is preferred that the status bar is shown, hidden, or relies on the system default. ExtensionMethod Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.Picker> The platform specific configuration that contains the element on which to perform the operation. The new property value to assign. Sets a value that controls whether elements in the picker are continuously updated while scrolling or updated once after scrolling has completed. ExtensionMethod Xamarin.Forms.PlatformConfiguration.iOSSpecific.UpdateMode The platform specific configuration that contains the element on which to perform the operation. Returns a value that tells whether elements in the picker are continuously updated while scrolling or updated once after scrolling has completed. ExtensionMethod Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.ScrollView> The platform specific configuration that contains the element on which to perform the operation. The new property value to assign. Sets a Boolean value that tells whether iOS will wait to determine if a touch is intended as a scroll, or scroll immediately. ExtensionMethod System.Boolean The platform specific configuration that contains the element on which to perform the operation. Returns a Boolean value that tells whether iOS will wait to determine if a touch is intended as a scroll, or scroll immediately. ExtensionMethod Xamarin.Forms.PlatformConfiguration.iOSSpecific.BlurEffectStyle The platform specific configuration that contains the element on which to perform the operation. Returns a value that tells which, if any, blur effect is applied. ExtensionMethod Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.VisualElement> The platform specific configuration that contains the element on which to perform the operation. The new property value to assign. Sets the blur effect to use. ExtensionMethod Xamarin.Forms.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle The platform specific configuration that contains the element on which to perform the operation. Returns the NavigationTransitionStyle value that tells what transition is used when a page is popped from the navigation stack. ExtensionMethod Xamarin.Forms.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle The platform specific configuration that contains the element on which to perform the operation. Returns the NavigationTransitionStyle value that tells what transition is used when a page is pushed on the navigation stack. ExtensionMethod Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.macOS,Xamarin.Forms.NavigationPage> The platform specific configuration that contains the element on which to perform the operation. The new transition style when a page is pushed on the navigation stack. The new transition style when a page is popped from the navigation stack. Sets the transition style which is used, when popping and pushing pages on the navigation stack. ExtensionMethod Xamarin.Forms.VisualElement[] The platform specific configuration that contains the element on which to perform the operation. Returns the tab order of the visual elements on a page as array. ExtensionMethod Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.macOS,Xamarin.Forms.Page> System.ParamArray The platform specific configuration that contains the element on which to perform the operation. An array of VisualElement. Sets the tab order of visual elements on a page. Users can cycle through these elements with the tab key. ExtensionMethod Xamarin.Forms.TabsStyle The platform specific configuration that contains the element on which to perform the operation. Returns a value that describes the way that tabs are displayed. ExtensionMethod Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.macOS,Xamarin.Forms.TabbedPage> The platform specific configuration that contains the element on which to perform the operation. Hides the tabs on the tabbed page. ExtensionMethod Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.macOS,Xamarin.Forms.TabbedPage> The platform specific configuration that contains the element on which to perform the operation. The new property value to assign. Sets a value that controls the way that tabs are displayed. ExtensionMethod Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.macOS,Xamarin.Forms.TabbedPage> The platform specific configuration that contains the element on which to perform the operation. Sets tab display to the default style. ExtensionMethod Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.macOS,Xamarin.Forms.TabbedPage> The platform specific configuration that contains the element on which to perform the operation. Sets tab display to the respond to user swipes. ExtensionMethod System.Double The platform specific configuration that contains the element on which to perform the operation. Returns the width of the master pane when it is collapsed. ExtensionMethod Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.MasterDetailPage> The platform specific configuration that contains the element on which to perform the operation. The new property value to assign. Sets the width of a pane when it is collapsed. ExtensionMethod Xamarin.Forms.PlatformConfiguration.WindowsSpecific.CollapseStyle The platform specific configuration that contains the element on which to perform the operation. Returns a value that controls whether panes collapses fully or partially. ExtensionMethod Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.MasterDetailPage> The platform specific configuration that contains the element on which to perform the operation. The new property value to assign. Sets a value that controls whether panes collapses fully or partially. ExtensionMethod Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.MasterDetailPage> The platform specific configuration that contains the element on which to perform the operation. Causes the master detail page to partially collapse panes. ExtensionMethod Xamarin.Forms.PlatformConfiguration.WindowsSpecific.ToolbarPlacement The platform specific configuration that contains the element on which to perform the operation. Returns a value that controls the placement of the toolbar. ExtensionMethod Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.Page> The platform specific configuration that contains the element on which to perform the operation. The new property value to assign. Sets a value that controls the placement of the toolbar. ExtensionMethod System.Void The list of setters to which to add a setter that sets to . The property to set. The value to which to set the property set. Add a Setter with a value to the IList<Setter> ExtensionMethod System.Void The list of setters to which to add a setter that binds to . To be added. The property to set. The binding to add. Add a Setter with a Binding to the IList<Setter> ExtensionMethod System.Void The list of setters to which to add the keyed property. The resource to add. The resource key. Add a Setter with a DynamicResource to the IList<Setter> ExtensionMethod System.Void The template on which this method operates. The target property of the binding. The path to the binding. Binds the object's to a new instance that was created with . ExtensionMethod System.Threading.Tasks.Task<System.Boolean> The view on which this method operates. The opacity to fade to. The time, in milliseconds, over which to animate the transition. The default is 250. The easing function to use for the animation. Returns a task that performs the fade that is described by the , , and parameters. ExtensionMethod System.Threading.Tasks.Task<System.Boolean> The view on which this method operates. The layout bounds. The time, in milliseconds, over which to animate the transition. The default is 250. The easing function to use for the animation. Returns a task that eases the bounds of the that is specified by the to the rectangle that is specified by the parameter. ExtensionMethod System.Threading.Tasks.Task<System.Boolean> The view on which this method operates. The relative rotation. The time, in milliseconds, over which to animate the transition. The default is 250. The easing function to use for the animation. Rotates the that is specified by from its current rotation by . ExtensionMethod System.Threading.Tasks.Task<System.Boolean> The view on which this method operates. The relative scale. The time, in milliseconds, over which to animate the transition. The default is 250. The easing function to use for the animation. Returns a task that scales the that is specified by from its current scale to . ExtensionMethod System.Threading.Tasks.Task<System.Boolean> The view on which this method operates. The final rotation value. The time, in milliseconds, over which to animate the transition. The default is 250. The easing function to use for the animation. Returns a task that performs the rotation that is described by the , , and parameters.. ExtensionMethod System.Threading.Tasks.Task<System.Boolean> The view on which this method operates. The final rotation value. The time, in milliseconds, over which to animate the transition. The default is 250. The easing function to use for the animation. Returns a task that skews the Y axis by , taking time and using . ExtensionMethod System.Threading.Tasks.Task<System.Boolean> The view on which this method operates. The final rotation value. The time, in milliseconds, over which to animate the transition. The default is 250. The easing function to use for the animation. Returns a task that skews the X axis by , taking time and using . ExtensionMethod System.Threading.Tasks.Task<System.Boolean> The view on which this method operates. The final absolute scale. The time, in milliseconds, over which to animate the transition. The default is 250. The easing function to use for the animation. Returns a task that scales the that is specified by to the absolute scale factor . ExtensionMethod System.Threading.Tasks.Task<System.Boolean> The view to tanslate. The x component of the final translation vector. The y component of the final translation vector. The duration of the animation in milliseconds. The easing of the animation. Animates an elements TranslationX and TranslationY properties from their current values to the new values.