WidthPt

Shape.WidthPt property

Representa el ancho de la forma, en unidad de punto.

public double WidthPt { get; set; }

Ejemplos


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

Ver también