Shape.TopInch

Shape.TopInch property

Represents the vertical offset of shape from its top row, in unit of inches.

public double TopInch { get; set; }

Examples


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

See Also