Shape.HeightInShape

Shape.HeightInShape 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 HeightInShape { get; set; }

Remarks

Only Applies when this shape in the group or chart.

Examples


[C#]
if (shape.IsInGroup && shape.HeightInShape == 4000)
    shape.HeightInShape = 2000;

See Also