Shape.WidthInch

Shape.WidthInch property

Represents the width of the shape, in unit of inch.

public double WidthInch { get; set; }

Examples


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

See Also