Shape.Width

Shape.Width property

Represents the width of shape, in unit of pixels.

public int Width { get; set; }

Examples


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

See Also