I'm firing off an event to change the text content of a label as shown below.
TextStyle textstyle = TextStyles.Park1("ID");
textstyle.Formatting += DefaultTextStyle_Formatting;
However, one problem, which I'm not sure is a bug or not, is that the polygon listed in the FormattingPositionStyleEventArgs parameter is a little bit crazy. It appears to be in screen coordinates (not in the map projection), and a call to GetFeature() doesn't return any existing feature, but seems to make up its own!!
Is this how it is supposed to be?? Possibly a bug?