Width

Shape.Width property

Representerar formens bredd, i pixelenhet.

public int Width { get; set; }

Exempel


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

Se även