Shape.TopCM

Shape.TopCM property

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

public double TopCM { get; set; }

Examples


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

See Also