Width

Shape.Width property

Repräsentiert die Breite der Form in Pixeln.

public int Width { get; set; }

Beispiele


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

Siehe auch