Back to Devexpress

BlinkingAnimation Class

wpf-devexpress-dot-xpf-dot-gauges-9de0788b.md

latest2.4 KB
Original Source

BlinkingAnimation Class

Contains settings to provide a blinking animation effect for the digital gauge control.

Namespace : DevExpress.Xpf.Gauges

Assembly : DevExpress.Xpf.Gauges.v25.2.dll

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public class BlinkingAnimation :
    SymbolsAnimation
vb
Public Class BlinkingAnimation
    Inherits SymbolsAnimation

Remarks

Use the BlinkingAnimation class properties to adjust the blinking effect for the current symbols panel (e.g. the SymbolsAnimation.RefreshTime property to set the time of updating animation; the BlinkingAnimation.SymbolsStates property to specify which symbols should be shown or hidden during the blinking animation effect, etc.).

Example

This example demonstrates how to customize the blinking animation effect in a digital gauge.

xaml
<dxga:DigitalGaugeControl.SymbolView>
    <dxga:MatrixView8x14>
        <dxga:MatrixView8x14.Animation>
            <dxga:BlinkingAnimation RefreshTime="00:00:01" SymbolsStates="0 1 1 1 0 1 1 0" />
        </dxga:MatrixView8x14.Animation>
    </dxga:MatrixView8x14>
</dxga:DigitalGaugeControl.SymbolView>

Inheritance

Object DispatcherObject DependencyObject Freezable GaugeDependencyObject AnimationBase SymbolsAnimation BlinkingAnimation

See Also

BlinkingAnimation Members

DevExpress.Xpf.Gauges Namespace