HeightInch

Shape.HeightInch property

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

public double HeightInch { get; set; }

Ejemplos


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

Ver también