BlinkingAnimation.SymbolsStates Property
Specifies symbols states to show (hide) blinking animation on the symbols panel.
Namespace: DevExpress.Xpf.Gauges
Assembly: DevExpress.Xpf.Gauges.v24.1.dll
NuGet Package: DevExpress.Wpf.Gauges
Declaration
Property Value
Type | Description |
---|---|
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.
<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