WidthInch

Shape.WidthInch property

Representerar formens bredd, i enhet tum.

public double WidthInch { get; set; }

Exempel


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

Se även