HeightInch

Shape.HeightInch property

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

public double HeightInch { get; set; }

أمثلة


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

أنظر أيضا