HeightInch

Shape.HeightInch property

Representerar höjden på formen, i enhet av tum.

public double HeightInch { get; set; }

Exempel


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

Se även