WidthPt

Shape.WidthPt property

表示形状的宽度,以点为单位。

public double WidthPt { get; set; }

例子


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

也可以看看