HeightInch

Shape.HeightInch property

Şeklin yüksekliğini inç cinsinden temsil eder.

public double HeightInch { get; set; }

Örnekler


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

Ayrıca bakınız