Shape.WidthInShape

Shape.WidthInShape property

Represents the width of the shape, in unit of 1/4000 of the parent shape.

public int WidthInShape { get; set; }

Remarks

Only Applies when this shape in the group or chart.

Examples


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

See Also