Shape.WidthScale

Shape.WidthScale property

Gets and sets the width scale, in unit of percent of the original picture width. If the shape is not picture ,the WidthScale property only returns 100;

public int WidthScale { get; set; }

Examples


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

See Also