@chintu538 wrote:
Hi Walter,
In the above diagram, how to move ‘underline’ little down - It is touching the text.
goJS(go.TextBlock, textStyle(), // the name
{
row: 0, column: 0, columnSpan: 4,
isUnderline : “underline”,
font: “11pt Segoe UI,Verdana, Helvetica, Sans-Serif”,
editable: false, isMultiline: true,
margin: new go.Margin(0, 3, 3, 3)
},
new go.Binding(“text”, “PersonName”)),
Posts: 3
Participants: 2
