HasLine

Shape.HasLine property

Hämtar och ställer in linjekanten för formen är synlig.

public bool HasLine { get; set; }

Exempel


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

Se även