How do I move a label by taking it off the line?
I create the style as below:
TextStyle textStyleVaoMT = TextStyles.LocalRoad1("BITOLA_FAS");
textStyleVaoMT.Font = new GeoFont("Tahoma", 6, DrawingFontStyles.Regular);
textStyleVaoMT.TextLineSegmentRatio = 100;
textStyleVaoMT.SplineType = SplineType.StandardSplining;
textStyleVaoMT.HaloPen = new GeoPen(GeoColor.StandardColors.White, 2);
textStyleVaoMT.TextSolidBrush = new GeoSolidBrush(GeoColor.StandardColors.Black);
textStyleVaoMT.YOffsetInPixel = -5;