How to add the effect to the graphic,

719
0
02-21-2017 04:54 AM
weiliyao
New Contributor II

I click on the graphic, would like to graphics with the effect, such as glow effect, color changes, or animation display, used to distinguish between other no click on the graphic, in addition to change the graphic symbol, there are other ways?

Another question, I have a CompositeSymbol which contains a TextSymbol, how do i get this TextSymbol, and then change the color of the text.

List<Symbol> symbols = compositeSymbo.getSymbol;

TextSymbo ts = symbols.get(1);

com.esri.arcgisruntime.symbology.Symbol cannot be cast to com.esri.arcgisruntime.symbology.TextSymbol,

but i know symbols.get(1) is a textSymbol

0 Kudos
0 Replies