Profile Picture

Label of NLineShape

Posted By Guido Lauerburg 13 Years Ago
Author
Message
Guido Lauerburg
Posted 13 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)

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...





Similar Topics


Reading This Topic