From 7ffc19b2b5b70f32a8d865573824da29249ebf7a Mon Sep 17 00:00:00 2001 From: Mike Norman Date: Sun, 12 Feb 2017 18:17:06 -0600 Subject: Platform-specifics API docs. (#759) --- .../Application.xml | 30 +++++----- .../TabbedPage.xml | 70 +++++++++++----------- .../WindowSoftInputModeAdjust.xml | 6 +- .../CollapseStyle.xml | 6 +- .../MasterDetailPage.xml | 60 +++++++++---------- .../Page.xml | 28 ++++----- .../ToolbarPlacement.xml | 8 +-- .../BlurEffectStyle.xml | 10 ++-- .../Entry.xml | 38 ++++++------ .../NavigationPage.xml | 70 +++++++++++----------- .../Page.xml | 58 +++++++++--------- .../Picker.xml | 30 +++++----- .../StatusBarHiddenMode.xml | 8 +-- .../StatusBarTextColorMode.xml | 6 +- .../UIStatusBarAnimation.xml | 8 +-- .../UpdateMode.xml | 6 +- .../VisualElement.xml | 32 +++++----- .../Android.xml | 6 +- .../Xamarin.Forms.PlatformConfiguration/Tizen.xml | 6 +- .../Windows.xml | 6 +- .../Xamarin.Forms.PlatformConfiguration/iOS.xml | 6 +- .../Xamarin.Forms/IConfigPlatform.xml | 8 ++- 22 files changed, 255 insertions(+), 251 deletions(-) (limited to 'docs') diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.AndroidSpecific/Application.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.AndroidSpecific/Application.xml index 82e404cc..6200f513 100644 --- a/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.AndroidSpecific/Application.xml +++ b/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.AndroidSpecific/Application.xml @@ -10,7 +10,7 @@ - To be added. + The application instance that Xamarin.Forms created on the Android platform. To be added. @@ -28,9 +28,9 @@ - To be added. - To be added. - To be added. + The platform specific element on which to perform the operation. + Returns a value that tells whether the soft input mode of the provided pans or resizes its content to allow the display of the on-screen input UI. + A value that tells whether the soft input mode of the provided pans or resizes its content to allow the display of the on-screen input UI. To be added. @@ -48,9 +48,9 @@ - To be added. - To be added. - To be added. + 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. + 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. To be added. @@ -69,9 +69,9 @@ - To be added. - To be added. - To be added. + The platform specific 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 pans or resizes its content to allow the display of the on-screen input UI. To be added. @@ -90,10 +90,10 @@ - To be added. - To be added. - To be added. - To be added. + 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. + 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. To be added. @@ -108,7 +108,7 @@ Xamarin.Forms.BindableProperty - To be added. + The backing store for the attached property that controls whether the soft input mode pans or resizes content to allow the display of the on-screen input UI. To be added. diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.AndroidSpecific/TabbedPage.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.AndroidSpecific/TabbedPage.xml index 6ab33705..3d4d4fd1 100644 --- a/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.AndroidSpecific/TabbedPage.xml +++ b/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.AndroidSpecific/TabbedPage.xml @@ -10,7 +10,7 @@ - To be added. + The tabbed page instance that Xamarin.Forms created on the Android platform. To be added. @@ -28,9 +28,9 @@ - To be added. - To be added. - To be added. + The platform specific configuration that contains the element on which to perform the operation. + Disables swiped paging. + The updated element on the Android platform. To be added. @@ -48,9 +48,9 @@ - To be added. - To be added. - To be added. + The platform specific configuration that contains the element on which to perform the operation. + Enables swiped paging. + The updated element on the Android platform. To be added. @@ -68,9 +68,9 @@ - To be added. - To be added. - To be added. + The platform specific element on which to perform the operation. + Returns a Boolean value that tells whether swiped paging is enabled. + A Boolean value that tells whether swipe paging is enabled. To be added. @@ -88,9 +88,9 @@ - To be added. - To be added. - To be added. + The platform specific element on which to perform the operation. + Returns the number of offscreen pages are cached in memory. + The number of offscreen pages are cached in memory. To be added. @@ -108,9 +108,9 @@ - To be added. - To be added. - To be added. + 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. + if swiped paging is enabled. Otherwise, . To be added. @@ -125,7 +125,7 @@ Xamarin.Forms.BindableProperty - To be added. + Backing store for the property. To be added. @@ -143,9 +143,9 @@ - To be added. - To be added. - To be added. + The platform specific configuration that contains the element on which to perform the operation. + Returns the number of offscreen pages are cached in memory. + The number of offscreen pages are cached in memory. To be added. @@ -160,7 +160,7 @@ Xamarin.Forms.BindableProperty - To be added. + Backing store for the attached offscreen page limit property. To be added. @@ -179,9 +179,9 @@ - To be added. - To be added. - To be added. + The platform specific 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 . To be added. @@ -200,10 +200,10 @@ - To be added. - To be added. - To be added. - To be added. + 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 . + The configuration that was updated. To be added. @@ -222,9 +222,9 @@ - To be added. - To be added. - To be added. + The platform specific 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 . To be added. @@ -243,10 +243,10 @@ - To be added. - To be added. - To be added. - To be added. + 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 . + The configuration that was updated. To be added. diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.AndroidSpecific/WindowSoftInputModeAdjust.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.AndroidSpecific/WindowSoftInputModeAdjust.xml index 7422f567..aacb2b91 100644 --- a/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.AndroidSpecific/WindowSoftInputModeAdjust.xml +++ b/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.AndroidSpecific/WindowSoftInputModeAdjust.xml @@ -9,7 +9,7 @@ System.Enum - To be added. + Enumerates values that control how an on-screen input interface is visually accommodated. To be added. @@ -24,7 +24,7 @@ Xamarin.Forms.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust - To be added. + Indicates that the content of the control will pan, possibly off of the screen, to accommodate the input interface. @@ -38,7 +38,7 @@ Xamarin.Forms.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust - To be added. + Indicates that the content of the control will resize to accommodate the input interface. diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.WindowsSpecific/CollapseStyle.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.WindowsSpecific/CollapseStyle.xml index 7970fd42..5080f823 100644 --- a/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.WindowsSpecific/CollapseStyle.xml +++ b/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.WindowsSpecific/CollapseStyle.xml @@ -9,7 +9,7 @@ System.Enum - To be added. + Enumerates collapse styles for master-detail pages. To be added. @@ -24,7 +24,7 @@ Xamarin.Forms.PlatformConfiguration.WindowsSpecific.CollapseStyle - To be added. + Indicates that panes should fully collapse. @@ -38,7 +38,7 @@ Xamarin.Forms.PlatformConfiguration.WindowsSpecific.CollapseStyle - To be added. + Indicates that panes should partially collapse. diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.WindowsSpecific/MasterDetailPage.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.WindowsSpecific/MasterDetailPage.xml index 57d8a4e4..1b4f1fda 100644 --- a/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.WindowsSpecific/MasterDetailPage.xml +++ b/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.WindowsSpecific/MasterDetailPage.xml @@ -10,7 +10,7 @@ - To be added. + The master-detail page instance that Xamarin.Forms created on the Windows platform. To be added. @@ -28,9 +28,9 @@ - To be added. - To be added. - To be added. + 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. + The width of a pane when it is collapsed. To be added. @@ -49,10 +49,10 @@ - To be added. - To be added. - To be added. - To be added. + 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. + The updated configuration object on which developers can make successive method calls. To be added. @@ -67,7 +67,7 @@ Xamarin.Forms.BindableProperty - To be added. + The backing store for the attached property that controls the width of a pane when it is collapsed.. To be added. @@ -82,7 +82,7 @@ Xamarin.Forms.BindableProperty - To be added. + Backing store for the attached property that controls whether panes collapse fully or partially. To be added. @@ -100,9 +100,9 @@ - To be added. - To be added. - To be added. + The platform specific element on which to perform the operation. + Returns the width of collapsed panes. + The width of collapsed panes. To be added. @@ -120,9 +120,9 @@ - To be added. - To be added. - To be added. + The platform specific element on which to perform the operation. + Returns a value that controls whether panes collapses fully or partially. + A value that controls whether panes collapses fully or partially. To be added. @@ -140,9 +140,9 @@ - To be added. - To be added. - To be added. + 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. + A value that controls whether panes collapses fully or partially. To be added. @@ -161,9 +161,9 @@ - To be added. + The platform specific element on which to perform the operation. To be added. - To be added. + Sets the width of collapsed panes. To be added. @@ -182,9 +182,9 @@ - To be added. + The platform specific element on which to perform the operation. To be added. - To be added. + Sets a value that controls whether panes collapses fully or partially. To be added. @@ -203,10 +203,10 @@ - To be added. - To be added. - To be added. - To be added. + 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. + The updated configuration object on which developers can make successive method calls. To be added. @@ -224,9 +224,9 @@ - To be added. - To be added. - To be added. + The platform specific configuration that contains the element on which to perform the operation. + Causes the master detail page to partially collapse panes. + The updated configuration object on which developers can make successive method calls. To be added. diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.WindowsSpecific/Page.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.WindowsSpecific/Page.xml index fecd773c..72cf8a20 100644 --- a/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.WindowsSpecific/Page.xml +++ b/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.WindowsSpecific/Page.xml @@ -10,7 +10,7 @@ - To be added. + The page instance that Xamarin.Forms created on the Windows platform. To be added. @@ -28,9 +28,9 @@ - To be added. - To be added. - To be added. + The platform specific element on which to perform the operation. + Returns a value that controls the placement of the toolbar. + A value that controls the placement of the toolbar. To be added. @@ -48,9 +48,9 @@ - To be added. - To be added. - To be added. + The platform specific configuration that contains the element on which to perform the operation. + Returns a value that controls the placement of the toolbar. + A value that controls the placement of the toolbar. To be added. @@ -69,9 +69,9 @@ - To be added. + The platform specific element on which to perform the operation. To be added. - To be added. + Sets a value that controls the placement of the toolbar. To be added. @@ -90,10 +90,10 @@ - To be added. - To be added. - To be added. - To be added. + 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. + The updated configuration object on which developers can make successive method calls. To be added. @@ -108,7 +108,7 @@ Xamarin.Forms.BindableProperty - To be added. + Backing store for the attached property that controls the placement of the toolbar. To be added. diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.WindowsSpecific/ToolbarPlacement.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.WindowsSpecific/ToolbarPlacement.xml index 5c571c93..f071d797 100644 --- a/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.WindowsSpecific/ToolbarPlacement.xml +++ b/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.WindowsSpecific/ToolbarPlacement.xml @@ -9,7 +9,7 @@ System.Enum - To be added. + Enumerates toolbar positions for pages on the Windows platform. To be added. @@ -24,7 +24,7 @@ Xamarin.Forms.PlatformConfiguration.WindowsSpecific.ToolbarPlacement - To be added. + Indicates that the toolbar should be placed at the bottom of the screen. @@ -38,7 +38,7 @@ Xamarin.Forms.PlatformConfiguration.WindowsSpecific.ToolbarPlacement - To be added. + Indicates that the toolbar should be placed at the system default location on the screen. @@ -52,7 +52,7 @@ Xamarin.Forms.PlatformConfiguration.WindowsSpecific.ToolbarPlacement - To be added. + Indicates that the toolbar should be placed at the top of the screen. diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/BlurEffectStyle.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/BlurEffectStyle.xml index 1d72c88f..e2fee53b 100644 --- a/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/BlurEffectStyle.xml +++ b/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/BlurEffectStyle.xml @@ -9,7 +9,7 @@ System.Enum - To be added. + Enumerates blur effect styles. To be added. @@ -24,7 +24,7 @@ Xamarin.Forms.PlatformConfiguration.iOSSpecific.BlurEffectStyle - To be added. + Indicates a dark blur. @@ -38,7 +38,7 @@ Xamarin.Forms.PlatformConfiguration.iOSSpecific.BlurEffectStyle - To be added. + Indicates an extra light blur. @@ -52,7 +52,7 @@ Xamarin.Forms.PlatformConfiguration.iOSSpecific.BlurEffectStyle - To be added. + Indicates a light blur. @@ -66,7 +66,7 @@ Xamarin.Forms.PlatformConfiguration.iOSSpecific.BlurEffectStyle - To be added. + Indicates no blur. diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/Entry.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/Entry.xml index 1671146f..57378daa 100644 --- a/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/Entry.xml +++ b/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/Entry.xml @@ -10,8 +10,8 @@ - To be added. - To be added. + The entry instance that Xamarin.Forms created on the iOS platform. + Developers can use this platform-specific instance to control whether text in the entry instance will be resized to fit the available width. If font size adjustment is turned on, the control will progressively reduce the font sized down to a minimum value as the user enters text. @@ -45,7 +45,7 @@ Xamarin.Forms.BindableProperty - To be added. + Backing store for the attached property that controls whether the entry control automatically adjusts the font size. To be added. @@ -63,9 +63,9 @@ - To be added. - To be added. - To be added. + The platform specific configuration that contains the element on which to perform the operation. + Disables automatic font size adjustment on the platform-specific element. + The updated configuration object on which developers can make successive method calls. To be added. @@ -83,9 +83,9 @@ - To be added. - To be added. - To be added. + The platform specific configuration that contains the element on which to perform the operation. + Enables automatic font size adjustment on the platform-specific element. + The updated configuration object on which developers can make successive method calls. To be added. @@ -103,9 +103,9 @@ - To be added. - To be added. - To be added. + The platform specific element on which to perform the operation. + Returns a Boolean value that tells whether the entry control automatically adjusts the font size of text that the user enters. + A Boolean value that tells whether the entry control automatically adjusts the font size of text that the user enters. To be added. @@ -124,9 +124,9 @@ - To be added. - To be added. - To be added. + The platform specific element on which to perform the operation. + The new property value to assign. + Sets a Boolean value that tells whether the entry control automatically adjusts the font size of text that the user enters. To be added. @@ -145,10 +145,10 @@ - To be added. - To be added. - To be added. - To be added. + 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. + The updated configuration object on which developers can make successive method calls. To be added. diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/NavigationPage.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/NavigationPage.xml index 5625bfd5..503cbd4b 100644 --- a/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/NavigationPage.xml +++ b/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/NavigationPage.xml @@ -10,7 +10,7 @@ - To be added. + The navigation page instance that Xamarin.Forms created on the iOS platform. To be added. @@ -28,9 +28,9 @@ - To be added. - To be added. - To be added. + The platform specific configuration that contains the element on which to perform the operation. + Makes the navigation bar opaque on the platform-specific element. + The updated configuration object on which developers can make successive method calls. To be added. @@ -48,9 +48,9 @@ - To be added. - To be added. - To be added. + The platform specific configuration that contains the element on which to perform the operation. + Makes the navigation bar translucent on the platform-specific element. + The updated configuration object on which developers can make successive method calls. To be added. @@ -68,9 +68,9 @@ - To be added. - To be added. - To be added. + The platform specific 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. + A Boolean value that tells whether the navigation bar on the platform-specific navigation page is translucent. To be added. @@ -88,9 +88,9 @@ - To be added. - To be added. - To be added. + The platform specific 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. + 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. To be added. @@ -108,9 +108,9 @@ - To be added. - To be added. - To be added. + 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. + 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. To be added. @@ -128,9 +128,9 @@ - To be added. - To be added. - To be added. + 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. + A Boolean value that tells whether the navigation bar on the platform-specific navigation page is translucent. To be added. @@ -145,7 +145,7 @@ Xamarin.Forms.BindableProperty - To be added. + Backing store for the property To be added. @@ -164,9 +164,9 @@ - To be added. - To be added. - To be added. + The platform specific 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. To be added. @@ -185,10 +185,10 @@ - To be added. - To be added. - To be added. - To be added. + 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. + The updated configuration object on which developers can make successive method calls. To be added. @@ -207,9 +207,9 @@ - To be added. - To be added. - To be added. + The platform specific element on which to perform the operation. + The new property value to assign. + Sets 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. To be added. @@ -228,10 +228,10 @@ - To be added. - To be added. - To be added. - To be added. + 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. + The updated configuration object on which developers can make successive method calls. To be added. @@ -246,7 +246,7 @@ Xamarin.Forms.BindableProperty - To be added. + Backing store for the attached property that controls whether the status bar text color is adjusted to match the luminosity of the navigation bar for the platform-specific navigation page. To be added. diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/Page.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/Page.xml index d3481434..4a399324 100644 --- a/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/Page.xml +++ b/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/Page.xml @@ -10,7 +10,7 @@ - To be added. + The page instance that Xamarin.Forms created on the iOS platform. To be added. @@ -28,9 +28,9 @@ - To be added. - To be added. - To be added. + The platform specific 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. + A value that tells whether the preferred animation style to use when updating the status bar is None, Slide, or Fade. To be added. @@ -48,9 +48,9 @@ - To be added. - To be added. - To be added. + The platform specific element on which to perform the operation. + Returns a value that tells whether it is preferred that the status bar is shown, hidden, or relies on the system default. + A value that tells whether it is preferred that the status bar is shown, hidden, or relies on the system default. To be added. @@ -68,9 +68,9 @@ - To be added. - To be added. - To be added. + 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. + A value that tells whether the preferred animation style to use when updating the status bar is None, Slide, or Fade. To be added. @@ -85,7 +85,7 @@ Xamarin.Forms.BindableProperty - To be added. + Backing store for the attached property that controls whether the preferred animation style to use when updating the status bar is None, Slide, or Fade. To be added. @@ -103,9 +103,9 @@ - To be added. - To be added. - To be added. + 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. + A value that controls whether it is preferred that the status bar is shown, hidden, or relies on the system default. To be added. @@ -120,7 +120,7 @@ Xamarin.Forms.BindableProperty - To be added. + Sets a value that controls whether it is preferred that the status bar is shown, hidden, or relies on the system default. To be added. @@ -139,9 +139,9 @@ - To be added. - To be added. - To be added. + The platform specific 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. To be added. @@ -160,10 +160,10 @@ - To be added. - To be added. - To be added. - To be added. + 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. + The updated configuration object on which developers can make successive method calls. To be added. @@ -182,9 +182,9 @@ - To be added. - To be added. - To be added. + The platform specific 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. To be added. @@ -203,10 +203,10 @@ - To be added. - To be added. - To be added. - To be added. + 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. + The updated configuration object on which developers can make successive method calls. To be added. diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/Picker.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/Picker.xml index 9ea460a7..0694c0e9 100644 --- a/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/Picker.xml +++ b/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/Picker.xml @@ -10,7 +10,7 @@ - To be added. + The picker instance that Xamarin.Forms created on the iOS platform. To be added. @@ -25,7 +25,7 @@ Xamarin.Forms.BindableProperty - To be added. + Backing store for the attached property that controls whether elements in the picker are continuously updated while scrolling or updated once after scrolling has completed. To be added. @@ -43,9 +43,9 @@ - To be added. - To be added. - To be added. + The platform specific 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. + A value that tells whether elements in the picker are continuously updated while scrolling or updated once after scrolling has completed. To be added. @@ -64,9 +64,9 @@ - To be added. - To be added. - To be added. + The platform specific 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. To be added. @@ -84,9 +84,9 @@ - To be added. - To be added. - To be added. + 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. + A value that tells whether elements in the picker are continuously updated while scrolling or updated once after scrolling has completed. To be added. @@ -105,10 +105,10 @@ - To be added. - To be added. - To be added. - To be added. + 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. + The updated configuration object on which developers can make successive method calls. To be added. diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/StatusBarHiddenMode.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/StatusBarHiddenMode.xml index c75e044e..b5c6c42c 100644 --- a/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/StatusBarHiddenMode.xml +++ b/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/StatusBarHiddenMode.xml @@ -9,7 +9,7 @@ System.Enum - To be added. + Enumerates status bar hiding behavior preferences. To be added. @@ -24,7 +24,7 @@ Xamarin.Forms.PlatformConfiguration.iOSSpecific.StatusBarHiddenMode - To be added. + Indicates that the default behavior on the system should be used. @@ -38,7 +38,7 @@ Xamarin.Forms.PlatformConfiguration.iOSSpecific.StatusBarHiddenMode - To be added. + Indicates that the status bar should not be hidden. @@ -52,7 +52,7 @@ Xamarin.Forms.PlatformConfiguration.iOSSpecific.StatusBarHiddenMode - To be added. + Indicates that the status bar should not be hidden. diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/StatusBarTextColorMode.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/StatusBarTextColorMode.xml index 9390697e..9693dc80 100644 --- a/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/StatusBarTextColorMode.xml +++ b/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/StatusBarTextColorMode.xml @@ -9,7 +9,7 @@ System.Enum - To be added. + Enumerates text color adjustment options for the status bar. To be added. @@ -24,7 +24,7 @@ Xamarin.Forms.PlatformConfiguration.iOSSpecific.StatusBarTextColorMode - To be added. + Indicates that the text color should not be adjusted. @@ -38,7 +38,7 @@ Xamarin.Forms.PlatformConfiguration.iOSSpecific.StatusBarTextColorMode - To be added. + Indicates that the status bar text should match the luminosity of the navigation bar. diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/UIStatusBarAnimation.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/UIStatusBarAnimation.xml index bdef4fff..bc01df12 100644 --- a/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/UIStatusBarAnimation.xml +++ b/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/UIStatusBarAnimation.xml @@ -9,7 +9,7 @@ System.Enum - To be added. + Enumerates animation styles for status bar updates. To be added. @@ -24,7 +24,7 @@ Xamarin.Forms.PlatformConfiguration.iOSSpecific.UIStatusBarAnimation - To be added. + Indicates that it is preferred that updates should fade in. @@ -38,7 +38,7 @@ Xamarin.Forms.PlatformConfiguration.iOSSpecific.UIStatusBarAnimation - To be added. + Indicates that no animation is preferred. @@ -52,7 +52,7 @@ Xamarin.Forms.PlatformConfiguration.iOSSpecific.UIStatusBarAnimation - To be added. + Indicates that it is preferred that updates should slide in. diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/UpdateMode.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/UpdateMode.xml index c5b01cad..2d88a51a 100644 --- a/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/UpdateMode.xml +++ b/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/UpdateMode.xml @@ -9,7 +9,7 @@ System.Enum - To be added. + Enumerates values that control whether elements in a picker are continuously updated while scrolling or updated once after scrolling has completed. To be added. @@ -24,7 +24,7 @@ Xamarin.Forms.PlatformConfiguration.iOSSpecific.UpdateMode - To be added. + Bound properties on picker elements should be updated after scrolling is finished. @@ -38,7 +38,7 @@ Xamarin.Forms.PlatformConfiguration.iOSSpecific.UpdateMode - To be added. + Bound properties on picker elements should be continuously updated while the user scrolls. diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/VisualElement.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/VisualElement.xml index 4150d5bf..3d7caa69 100644 --- a/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/VisualElement.xml +++ b/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/VisualElement.xml @@ -10,8 +10,8 @@ - To be added. - To be added. + A visual element instance that Xamarin.Forms created on the iOS platform. + Developers use this type to set iOS-specific blur effects on visual elements. @@ -25,7 +25,7 @@ Xamarin.Forms.BindableProperty - To be added. + Backing store for the attached property that controls which, if any, blur effect is applied. To be added. @@ -43,9 +43,9 @@ - To be added. - To be added. - To be added. + The platform specific element on which to perform the operation. + Returns a value that controls which, if any, blur effect is applied. + A value that controls which, if any, blur effect is applied. To be added. @@ -63,9 +63,9 @@ - To be added. - To be added. - To be added. + 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. + A value that tells which, if any, blur effect is applied. To be added. @@ -84,9 +84,9 @@ - To be added. - To be added. - To be added. + The platform specific element on which to perform the operation. + The new property value to assign. + Sets a value that controls which, if any, blur effect is applied. To be added. @@ -105,10 +105,10 @@ - To be added. - To be added. - To be added. - To be added. + 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. + The updated configuration object on which developers can make successive method calls. To be added. diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration/Android.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration/Android.xml index 02ceb3cd..6132ecdb 100644 --- a/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration/Android.xml +++ b/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration/Android.xml @@ -14,8 +14,8 @@ - To be added. - To be added. + Marker class that identifies the Android platform. + Developers specify the type name of this marker class to the method to specify the underlying Android control on which to run a platform-specific effect. @@ -27,7 +27,7 @@ - To be added. + Creates a new Android marker class. To be added. diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration/Tizen.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration/Tizen.xml index de0e8faa..02ddffb2 100644 --- a/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration/Tizen.xml +++ b/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration/Tizen.xml @@ -14,8 +14,8 @@ - To be added. - To be added. + Marker class that identifies the Tizen platform. + Developers specify the type name of this marker class to the method to specify the underlying Tizen control on which to run a platform-specific effect. @@ -27,7 +27,7 @@ - To be added. + Creates a new Tizen marker class. To be added. diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration/Windows.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration/Windows.xml index 43b77cb0..d4def6f0 100644 --- a/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration/Windows.xml +++ b/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration/Windows.xml @@ -14,8 +14,8 @@ - To be added. - To be added. + Marker class that identifies the Windows platform. + Developers specify the type name of this marker class to the method to specify the underlying Windows control on which to run a platform-specific effect. @@ -27,7 +27,7 @@ - To be added. + Creates a new Windows marker class. To be added. diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration/iOS.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration/iOS.xml index ecdf7252..e60636d5 100644 --- a/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration/iOS.xml +++ b/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration/iOS.xml @@ -14,8 +14,8 @@ - To be added. - To be added. + Marker class that identifies the iOS platform. + Developers specify the type name of this marker class to the method to specify the underlying iOS control on which to run a platform-specific effect. @@ -27,7 +27,7 @@ - To be added. + Creates a new iOS marker class. To be added. diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/IConfigPlatform.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/IConfigPlatform.xml index 550913f9..1ab1b9c4 100644 --- a/docs/Xamarin.Forms.Core/Xamarin.Forms/IConfigPlatform.xml +++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/IConfigPlatform.xml @@ -7,8 +7,12 @@ - To be added. - To be added. + Base interface for marker classes that identify target platforms for platform specific effects. + Developers pass the type name of a predefined platform-specific implementation of this marker class to the method to specify the underlying control on which to run a platform-specific effect. + + + + -- cgit v1.2.3