Xceed Toolkit Plus for WPF v4.6 Documentation
ValueAnimation Property


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > RadialGauge Class : ValueAnimation Property
Gets or sets the animation that will be used for the pointer when the RadialGauge's Value property is modified. Animation types include None, Linear, BackEase, PowerEase, ElasticEase, and BounceEase.
Syntax
'Declaration
 
Public Property ValueAnimation As ValueAnimationType
'Usage
 
Dim instance As RadialGauge
Dim value As ValueAnimationType
 
instance.ValueAnimation = value
 
value = instance.ValueAnimation
public ValueAnimationType ValueAnimation {get; set;}

Property Value

A ValueAnumationType among {None, Linear, BackEase, PowerEase, ElasticEase, BounceEase}.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RadialGauge Class
RadialGauge Members