Hi Support,
The sub below set the style for all the shapes on the NDocument. How do I set the style for the selected Shape only?
Private Sub SetStyleForLine()
If bInit = True Then Exit Sub
oStrokeStyle = oNode.ComposeStrokeStyle
oStrokeStyle.Color = colorComb.SelectedColor
oStrokeStyle.Width =
oNode.Style.StrokeStyle = oStrokeStyle
View.SmartRefresh()
Thanks Thunis