HasLine

Shape.HasLine property

获取并设置形状的线条边框是否可见。

public bool HasLine { get; set; }

例子


[C#]
if(shape.HasLine == false)
    shape.HasLine = true;

也可以看看