summaryrefslogtreecommitdiff
path: root/docs/Xamarin.Forms.Core/Xamarin.Forms/VisualElement.xml
diff options
context:
space:
mode:
authorStephane Delcroix <stephane@delcroix.org>2016-04-26 00:03:33 +0200
committerSamantha Houts <samantha@teamredwall.com>2016-04-25 15:03:33 -0700
commit1a7a25fd76f5f73f649e1da664471c6952337eb1 (patch)
treee5f429bcb80c6ffa6d9df634fcd07a5580639bce /docs/Xamarin.Forms.Core/Xamarin.Forms/VisualElement.xml
parent843bc4727a40d6ca67127326facf2333f461da2d (diff)
downloadxamarin-forms-1a7a25fd76f5f73f649e1da664471c6952337eb1.tar.gz
xamarin-forms-1a7a25fd76f5f73f649e1da664471c6952337eb1.tar.bz2
xamarin-forms-1a7a25fd76f5f73f649e1da664471c6952337eb1.zip
Multi style classes (#134)
* [C] StyleClass is IList<string> * fix docs * this might be required
Diffstat (limited to 'docs/Xamarin.Forms.Core/Xamarin.Forms/VisualElement.xml')
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/VisualElement.xml11
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/VisualElement.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/VisualElement.xml
index b4ee09d9..bd8e615b 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/VisualElement.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/VisualElement.xml
@@ -1522,14 +1522,19 @@
</Docs>
</Member>
<Member MemberName="StyleClass">
- <MemberSignature Language="C#" Value="public string StyleClass { get; set; }" />
- <MemberSignature Language="ILAsm" Value=".property instance string StyleClass" />
+ <MemberSignature Language="C#" Value="public System.Collections.Generic.IList&lt;string&gt; StyleClass { get; set; }" />
+ <MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IList`1&lt;string&gt; StyleClass" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
+ <Attributes>
+ <Attribute>
+ <AttributeName>Xamarin.Forms.TypeConverter(typeof(Xamarin.Forms.ListStringTypeConverter))</AttributeName>
+ </Attribute>
+ </Attributes>
<ReturnValue>
- <ReturnType>System.String</ReturnType>
+ <ReturnType>System.Collections.Generic.IList&lt;System.String&gt;</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>