Hi,
I am applying mask using CreateMaskTextStyle.
TextStyle tAircraft = new TextStyle();
tAircraft = TextStyles.CreateMaskTextStyle(“AcRegNo”, new GeoFont(“Arial”, 7), new GeoSolidBrush(GeoColor.SimpleColors.Black), new AreaStyle(new GeoPen(GeoColor.StandardColors.Black), new GeoSolidBrush(GeoColor.FromArgb(255, 207, 238, 245))), 15, 0);
But it’s coming like that.
I want label should be center of mask(box).
Please suggest how should I solve this issue?
Note: I set 2 things,
wfMap.TextRenderingHint = TextRenderingHint.AntiAlias;
InMemoryFeatureLayer imAircraft = new InMemoryFeatureLayer();
imAircraft.DrawingMarginPercentage = 50;
Please clarify this funtionality may be effect or not.
Thanks,
Riyaz