Gets or sets the style of lines used to draw shape objects (RenderLine, RenderRectangle etc).
シンタックス
'宣言
Public Property ShapeLine As ILine
'使用法
Dim instance As Style
Dim value As ILine
instance.ShapeLine = value
value = instance.ShapeLine
public ILine ShapeLine {get; set;}
参照