Back to Devexpress

BlinkingAnimation.SymbolsStates Property

wpf-devexpress-dot-xpf-dot-gauges-dot-blinkinganimation.md

latest1.8 KB
Original Source

BlinkingAnimation.SymbolsStates Property

Specifies symbols states to show (hide) blinking animation on the symbols panel.

Namespace : DevExpress.Xpf.Gauges

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

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public StatesMask SymbolsStates { get; set; }
vb
Public Property SymbolsStates As StatesMask

Property Value

TypeDescription
StatesMask

A StatesMask value that specifies symbols states.

|

Remarks

To show blinking animation for the corresponding symbols, set the SymbolsStates property to 1 for each one.

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>

See Also

BlinkingAnimation Class

BlinkingAnimation Members

DevExpress.Xpf.Gauges Namespace