Height

Shape.Height property

Representerar formhöjden, i pixelenhet.

public int Height { get; set; }

Exempel


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

Se även