Hi,
Is it possible to blink ‘Label’ of feature. It’s possible to blink feature(BlinkingAreaStyle)…
Please check attached ‘BlinkingAreaStyle’ class file.
BlinkingAreaStyle.cs (2.2 KB)
BlinkingAreaStyle blinkingStyle = new BlinkingAreaStyle();
blinkingStyle.FillBrushes.Add(GeoBrushes.Red);
blinkingStyle.FillBrushes.Add(GeoBrushes.Blue);
imPolygon.ZoomLevelSet.ZoomLevel01.CustomStyles.Add(blinkingStyle);
snap shots
Same way, I want to blink Label(“Riyaz”).
Please suggest me way to do it.
Thanks,
Riyaz