summaryrefslogtreecommitdiff
path: root/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/Entry.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/Entry.xml')
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/Entry.xml38
1 files changed, 19 insertions, 19 deletions
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 @@
</Base>
<Interfaces />
<Docs>
- <summary>To be added.</summary>
- <remarks>To be added.</remarks>
+ <summary>The entry instance that Xamarin.Forms created on the iOS platform.</summary>
+ <remarks><para>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.</para></remarks>
</Docs>
<Members>
<Member MemberName="AdjustsFontSizeToFitWidth">
@@ -45,7 +45,7 @@
<ReturnType>Xamarin.Forms.BindableProperty</ReturnType>
</ReturnValue>
<Docs>
- <summary>To be added.</summary>
+ <summary>Backing store for the attached property that controls whether the entry control automatically adjusts the font size.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
@@ -63,9 +63,9 @@
<Parameter Name="config" Type="Xamarin.Forms.IPlatformElementConfiguration&lt;Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.Entry&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>Disables automatic font size adjustment on the platform-specific element.</summary>
+ <returns>The updated configuration object on which developers can make successive method calls.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
@@ -83,9 +83,9 @@
<Parameter Name="config" Type="Xamarin.Forms.IPlatformElementConfiguration&lt;Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.Entry&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>Enables automatic font size adjustment on the platform-specific element.</summary>
+ <returns>The updated configuration object on which developers can make successive method calls.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
@@ -103,9 +103,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 Boolean value that tells whether the entry control automatically adjusts the font size of text that the user enters.</summary>
+ <returns>A Boolean value that tells whether the entry control automatically adjusts the font size of text that the user enters.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
@@ -124,9 +124,9 @@
<Parameter Name="value" Type="System.Boolean" />
</Parameters>
<Docs>
- <param name="element">To be added.</param>
- <param name="value">To be added.</param>
- <summary>To be added.</summary>
+ <param name="element">The platform specific element on which to perform the operation.</param>
+ <param name="value">The new property value to assign.</param>
+ <summary>Sets a Boolean value that tells whether the entry control automatically adjusts the font size of text that the user enters.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
@@ -145,10 +145,10 @@
<Parameter Name="value" Type="System.Boolean" />
</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 Boolean value that tells whether automatic font size adjusmtent is enabled on the element.</summary>
+ <returns>The updated configuration object on which developers can make successive method calls.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>