Width

Shape.Width property

Rappresenta la larghezza della forma, in unità di pixel.

public int Width { get; set; }

Esempi


[C#]
if (shape.Width == 3)
    shape.Width = 1;

Guarda anche