WidthPt

Shape.WidthPt property

Representerar formens bredd, i punktenhet.

public double WidthPt { get; set; }

Exempel


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

Se även