Shape.TopInShape

Shape.TopInShape property

Represents the vertical offset of shape from the top border of the parent shape, in unit of 1/4000 of height of the parent shape.

public int TopInShape { get; set; }

Remarks

Only Applies when this shape in the group or chart.

Examples


[C#]
if (shape.IsInGroup && shape.TopInShape == 8000)
    shape.TopInShape = 4000;

See Also