Shape.HeightCM

Shape.HeightCM property

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

public double HeightCM { get; set; }

Examples


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

See Also