HeightCM

Shape.HeightCM property

Rappresenta l’altezza della forma, in unità di centimetri.

public double HeightCM { get; set; }

Esempi


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

Guarda anche