Class PortHoverEffect
Defines the set of animation effects while hovering the mouse on the port.
Inheritance
System.Object
PortHoverEffect
Namespace: Syncfusion.UI.Xaml.Diagram.Controls
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class PortHoverEffect : Enum
Fields
FilledRipple
Specifies the single layer filled animation effect.
Declaration
public const PortHoverEffect FilledRipple
Field Value
Type |
---|
PortHoverEffect |
None
Specifies no animation effect.
Declaration
public const PortHoverEffect None
Field Value
Type |
---|
PortHoverEffect |
Ripple
Specifies the ripple animtion effect.
Declaration
public const PortHoverEffect Ripple
Field Value
Type |
---|
PortHoverEffect |
Shrink
Specifies the shrink animtion effect.
Declaration
public const PortHoverEffect Shrink
Field Value
Type |
---|
PortHoverEffect |