alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class HoverEffect

    Specifies the hover animation effect to be applied for fluent theme.

    Inheritance
    System.Object
    HoverEffect
    Namespace: Syncfusion.SfSkinManager
    Assembly: Syncfusion.SfSkinManager.WPF.dll
    Syntax
    public sealed class HoverEffect : Enum
    Remarks

    Applicable only for Fluent themes.

    Fields

    Background

    Hover animation effect will be applied only for Background.

    Declaration
    public const HoverEffect Background
    Field Value
    Type
    HoverEffect

    BackgroundAndBorder

    Hover animation effect will be applied for both Border and Background.

    Declaration
    public const HoverEffect BackgroundAndBorder
    Field Value
    Type
    HoverEffect

    Border

    Hover animation effect will be applied only for Border.

    Declaration
    public const HoverEffect Border
    Field Value
    Type
    HoverEffect

    None

    Hover animation effect will be disabled.

    Declaration
    public const HoverEffect None
    Field Value
    Type
    HoverEffect
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved