Shape.HeightPt

Shape.HeightPt property

Represents the height of the shape, in unit of points.

public double HeightPt { get; set; }

Examples


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

See Also