Shape.WidthPt

Shape.WidthPt property

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

public double WidthPt { get; set; }

Examples


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

See Also