Shape.LeftCM

Shape.LeftCM property

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

public double LeftCM { get; set; }

Examples


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

See Also