HeightInch

Shape.HeightInch property

Repräsentiert die Höhe der Form in Zoll.

public double HeightInch { get; set; }

Beispiele


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

Siehe auch