Group: Forum Members
Last Active: 13 Years Ago
Posts: 2,
Visits: 1
|
Hello,
I am trying to modify an NLineShape's label. Per default, the label's text is on the white background covering the line shape, and is arranged along the line's axis. I want it to be placed below the line, and having a transparent background. Could anyone help me there?
The line is created like this:
messageArrow = new NLineShape(); nDrawingDocument1.ActiveLayer.AddChild(messageArrow); messageArrow.StyleSheetName = NDR.NameConnectorsStyleSheet; messageArrow.Text = m.Name;
I tried to manipulate the messageArrow.Labels.DefaultLabel's style, but for no effect...
|