summaryrefslogtreecommitdiff
path: root/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.WindowsSpecific/MasterDetailPage.xml
diff options
context:
space:
mode:
authorMike Norman <mknorman@gmail.com>2017-02-12 18:17:06 -0600
committerGitHub <noreply@github.com>2017-02-12 18:17:06 -0600
commit7ffc19b2b5b70f32a8d865573824da29249ebf7a (patch)
treeba00d79f3dd24bdcc7f004b374c58b868c6b6d46 /docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.WindowsSpecific/MasterDetailPage.xml
parent3241fae11d6804268d1f67545e9d9eeb42f371e7 (diff)
downloadxamarin-forms-7ffc19b2b5b70f32a8d865573824da29249ebf7a.tar.gz
xamarin-forms-7ffc19b2b5b70f32a8d865573824da29249ebf7a.tar.bz2
xamarin-forms-7ffc19b2b5b70f32a8d865573824da29249ebf7a.zip
Platform-specifics API docs. (#759)
Diffstat (limited to 'docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.WindowsSpecific/MasterDetailPage.xml')
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.WindowsSpecific/MasterDetailPage.xml60
1 files changed, 30 insertions, 30 deletions
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 @@
</Base>
<Interfaces />
<Docs>
- <summary>To be added.</summary>
+ <summary>The master-detail page instance that Xamarin.Forms created on the Windows platform.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
@@ -28,9 +28,9 @@
<Parameter Name="config" Type="Xamarin.Forms.IPlatformElementConfiguration&lt;Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.MasterDetailPage&gt;" RefType="this" />
</Parameters>
<Docs>
- <param name="config">To be added.</param>
- <summary>To be added.</summary>
- <returns>To be added.</returns>
+ <param name="config">The platform specific configuration that contains the element on which to perform the operation.</param>
+ <summary>Returns the width of the master pane when it is collapsed.</summary>
+ <returns>The width of a pane when it is collapsed.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
@@ -49,10 +49,10 @@
<Parameter Name="value" Type="System.Double" />
</Parameters>
<Docs>
- <param name="config">To be added.</param>
- <param name="value">To be added.</param>
- <summary>To be added.</summary>
- <returns>To be added.</returns>
+ <param name="config">The platform specific configuration that contains the element on which to perform the operation.</param>
+ <param name="value">The new property value to assign.</param>
+ <summary>Sets the width of a pane when it is collapsed.</summary>
+ <returns>The updated configuration object on which developers can make successive method calls.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
@@ -67,7 +67,7 @@
<ReturnType>Xamarin.Forms.BindableProperty</ReturnType>
</ReturnValue>
<Docs>
- <summary>To be added.</summary>
+ <summary>The backing store for the attached property that controls the width of a pane when it is collapsed..</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
@@ -82,7 +82,7 @@
<ReturnType>Xamarin.Forms.BindableProperty</ReturnType>
</ReturnValue>
<Docs>
- <summary>To be added.</summary>
+ <summary>Backing store for the attached property that controls whether panes collapse fully or partially.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
@@ -100,9 +100,9 @@
<Parameter Name="element" Type="Xamarin.Forms.BindableObject" />
</Parameters>
<Docs>
- <param name="element">To be added.</param>
- <summary>To be added.</summary>
- <returns>To be added.</returns>
+ <param name="element">The platform specific element on which to perform the operation.</param>
+ <summary>Returns the width of collapsed panes.</summary>
+ <returns>The width of collapsed panes.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
@@ -120,9 +120,9 @@
<Parameter Name="element" Type="Xamarin.Forms.BindableObject" />
</Parameters>
<Docs>
- <param name="element">To be added.</param>
- <summary>To be added.</summary>
- <returns>To be added.</returns>
+ <param name="element">The platform specific element on which to perform the operation.</param>
+ <summary>Returns a value that controls whether panes collapses fully or partially.</summary>
+ <returns>A value that controls whether panes collapses fully or partially.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
@@ -140,9 +140,9 @@
<Parameter Name="config" Type="Xamarin.Forms.IPlatformElementConfiguration&lt;Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.MasterDetailPage&gt;" RefType="this" />
</Parameters>
<Docs>
- <param name="config">To be added.</param>
- <summary>To be added.</summary>
- <returns>To be added.</returns>
+ <param name="config">The platform specific configuration that contains the element on which to perform the operation.</param>
+ <summary>Returns a value that controls whether panes collapses fully or partially.</summary>
+ <returns>A value that controls whether panes collapses fully or partially.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
@@ -161,9 +161,9 @@
<Parameter Name="collapsedPaneWidth" Type="System.Double" />
</Parameters>
<Docs>
- <param name="element">To be added.</param>
+ <param name="element">The platform specific element on which to perform the operation.</param>
<param name="collapsedPaneWidth">To be added.</param>
- <summary>To be added.</summary>
+ <summary>Sets the width of collapsed panes.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
@@ -182,9 +182,9 @@
<Parameter Name="collapseStyle" Type="Xamarin.Forms.PlatformConfiguration.WindowsSpecific.CollapseStyle" />
</Parameters>
<Docs>
- <param name="element">To be added.</param>
+ <param name="element">The platform specific element on which to perform the operation.</param>
<param name="collapseStyle">To be added.</param>
- <summary>To be added.</summary>
+ <summary>Sets a value that controls whether panes collapses fully or partially.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
@@ -203,10 +203,10 @@
<Parameter Name="value" Type="Xamarin.Forms.PlatformConfiguration.WindowsSpecific.CollapseStyle" />
</Parameters>
<Docs>
- <param name="config">To be added.</param>
- <param name="value">To be added.</param>
- <summary>To be added.</summary>
- <returns>To be added.</returns>
+ <param name="config">The platform specific configuration that contains the element on which to perform the operation.</param>
+ <param name="value">The new property value to assign.</param>
+ <summary>Sets a value that controls whether panes collapses fully or partially.</summary>
+ <returns>The updated configuration object on which developers can make successive method calls.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
@@ -224,9 +224,9 @@
<Parameter Name="config" Type="Xamarin.Forms.IPlatformElementConfiguration&lt;Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.MasterDetailPage&gt;" RefType="this" />
</Parameters>
<Docs>
- <param name="config">To be added.</param>
- <summary>To be added.</summary>
- <returns>To be added.</returns>
+ <param name="config">The platform specific configuration that contains the element on which to perform the operation.</param>
+ <summary>Causes the master detail page to partially collapse panes.</summary>
+ <returns>The updated configuration object on which developers can make successive method calls.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>