Shape.LeftInch

Shape.LeftInch property

Represents the horizontal offset of shape from its left column, in unit of inches.

public double LeftInch { get; set; }

Examples


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

See Also