From b20583ba8362a74e4fc0561873c9a675e580c64d Mon Sep 17 00:00:00 2001 From: Mike Norman Date: Wed, 1 Jun 2016 15:48:46 -0500 Subject: Added note to effects docs about Effects vs. Behaviors. (#201) --- docs/Xamarin.Forms.Core/Xamarin.Forms/Effect.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ A collection of styles and properties that can be added to an element at run time. - To be added. + Effects are suitable when the developer needs to use platform-specific features to achieve the desired effect. Developers should consider using if they do not need platform-specific implentations to achieve their desired result. -- cgit v1.2.3