Width

Shape.Width property

Representa el ancho de la forma, en unidades de píxeles.

public int Width { get; set; }

Ejemplos


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

Ver también