Shape.LeftRelative 属性

定义

返回或设置 一个 值,该值代表形状左侧的相对位置。 读/写。

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

属性值

单精度

注解

将此属性与 属性一起使用 RelativeHorizontalPosition 。 设置为 wdShapePositionRelativeNone (-999999) (看到 WdShapePositionRelative 枚举) 时,应忽略此属性,因为形状不使用百分比定位。 水平位置仅由 属性决定 Left

适用于