HasLine

Shape.HasLine property

Ottiene e imposta il bordo della linea della forma è visibile.

public bool HasLine { get; set; }

Esempi


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

Guarda anche