WidthCM

Shape.WidthCM property

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

public double WidthCM { get; set; }

Esempi


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

Guarda anche