Height

Shape.Height property

يمثل ارتفاع الشكل بوحدة البكسل.

public int Height { get; set; }

أمثلة


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

أنظر أيضا