Shape.HeightRelative 属性

定义

返回或设置 单个 值,代表形状的相对高度的百分比。 读/写。

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

属性值

单精度

注解

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

适用于