Shape.WidthRelative 属性

定义

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

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

属性值

返回 Single

注解

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

适用于