Height

Shape.Height property

Представляет высоту фигуры в пикселях.

public int Height { get; set; }

Примеры


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

Смотрите также