summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Norman <mknorman@gmail.com>2016-06-01 15:48:46 -0500
committerJason Smith <jason.smith@xamarin.com>2016-06-01 13:48:46 -0700
commitb20583ba8362a74e4fc0561873c9a675e580c64d (patch)
tree3a9ddfd740bb5b726deb2196c5569113ea90dfed
parent071883ea17bd2e9a368f8cb8cab82b639d5385f4 (diff)
downloadxamarin-forms-b20583ba8362a74e4fc0561873c9a675e580c64d.tar.gz
xamarin-forms-b20583ba8362a74e4fc0561873c9a675e580c64d.tar.bz2
xamarin-forms-b20583ba8362a74e4fc0561873c9a675e580c64d.zip
Added note to effects docs about Effects vs. Behaviors. (#201)
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/Effect.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/Effect.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/Effect.xml
index a35c7c2b..22a25cf9 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/Effect.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/Effect.xml
@@ -11,7 +11,7 @@
<Interfaces />
<Docs>
<summary>A collection of styles and properties that can be added to an element at run time.</summary>
- <remarks>To be added.</remarks>
+ <remarks><para>Effects are suitable when the developer needs to use platform-specific features to achieve the desired effect. Developers should consider using <see cref="T:Xamarin.Forms.Behavior" /> if they do not need platform-specific implentations to achieve their desired result.</para></remarks>
</Docs>
<Members>
<Member MemberName="Element">