Shape.HeightInch

Shape.HeightInch property

Represents the height of the shape, in unit of inches.

public double HeightInch { get; set; }

Examples


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

See Also