Class SfEffectsView
Class for returning UWP platform-specific APIs.
Inheritance
System.Object
SfEffectsView
Namespace: Syncfusion.XForms.PlatformConfiguration.UWPSpecific
Assembly: Syncfusion.Core.XForms.dll
Syntax
public static class SfEffectsView : Object
Fields
HoverEffectsProperty
Identifies the HoverEffectsProperty bindable property.
Declaration
public static readonly BindableProperty HoverEffectsProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Methods
GetHoverEffects(BindableObject)
Gets a SfEffects value that effects to be provided on the mouse hover effects.
Declaration
public static SfEffects GetHoverEffects(BindableObject element)
Parameters
Type | Name | Description |
---|---|---|
Xamarin.Forms.BindableObject | element | The element whose effects to get. |
Returns
Type | Description |
---|---|
SfEffects | SfEffects value. |
SetHoverEffects(BindableObject, SfEffects)
Sets a SfEffects value for the effects view when the mouse pointer hovers over.
Declaration
public static void SetHoverEffects(BindableObject element, SfEffects value)
Parameters
Type | Name | Description |
---|---|---|
Xamarin.Forms.BindableObject | element | The element whose hover effects to set. |
SfEffects | value | The new SfEffects value for hover effect. |
SetHoverEffects(IPlatformElementConfiguration<Windows, SfEffectsView>, SfEffects)
Sets a SfEffects value for the effects view when the mouse pointer hovers over.
Declaration
public static IPlatformElementConfiguration<Windows, SfEffectsView> SetHoverEffects(this IPlatformElementConfiguration<Windows, SfEffectsView> config, SfEffects value)
Parameters
Type | Name | Description |
---|---|---|
Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows, SfEffectsView> | config | The element whose hover effects to set. |
SfEffects | value | The new SfEffects value for hover effect. |
Returns
Type | Description |
---|---|
Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows, SfEffectsView> | The updated configuration object on which developers can make successive method calls. |