Hi,
I have a scenario, to change style of the layer in client side. Is it possible to do it.
Actually same thing we are doing on client side, but we need to change style in client side.
Code:
ValueStyle vstyle = imAircraftLayer.ZoomLevelSet.ZoomLevel01.CustomStyles[0] as ValueStyle;
ValueItem vi = vstyle.ValueItems[0];
vi.DefaultTextStyle.IsActive = false;
If it possible means, please share code of it for achieving this issue.
Thnaks,
Riyaz