Hello,
I can set the text of the features of a specific layer with the column values of shape file as -
saLayer.ZoomLevelSet.ZoomLevel12.DefaultTextStyle = TextStyles.CreateSimpleTextStyle("ZCTA5CE10", "Arial", 8, DrawingFontStyles.Italic, GeoColor.StandardColors.Black, 3, 3);
But, I want to set a fixed text for a paricular layer for a particular zoom level.
e.g, saLayer.ZoomLevelSet.ZoomLevel12 ==> I want to show the whole layer with a fixed text like "This is my sales area".
Would you please suggest how to do that?
Thank you
shwe