ShapeRange.WidthRelative 属性

定义

返回或设置 一个 值,该值代表形状区域的相对宽度。 读/写。

public:
 property float WidthRelative { float get(); void set(float value); };
public float WidthRelative { get; set; }
member this.WidthRelative : single with get, set
Public Property WidthRelative As Single

属性值

单精度

注解

将此属性与 属性一起使用 RelativeHorizontalSize 。 设置为 wdShapeSizeRelativeNone (-999999) (看到 WdShapeSizeRelative 枚举) 时,应忽略此属性,因为形状不使用百分比大小调整。 宽度仅由 属性决定 Width

适用于