HeightPt

Shape.HeightPt property

Representa la altura de la forma, en unidades de puntos.

public double HeightPt { get; set; }

Ejemplos


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

Ver también