Shape.WidthCM

Shape.WidthCM property

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

public double WidthCM { get; set; }

Examples


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

See Also