WidthPt

Shape.WidthPt property

Rappresenta la larghezza della forma, in unità di punto.

public double WidthPt { get; set; }

Esempi


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

Guarda anche