HeightPt

Shape.HeightPt property

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

public double HeightPt { get; set; }

Esempi


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

Guarda anche