Frame.HorizontalPosition 属性

定义

返回或设置框架边缘与 属性指定的 RelativeHorizontalPosition 项之间的水平距离。

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

属性值

注解

HorizontalPosition 属性可以是指示度量值(以磅为单位)的数字,也可以是以下WdFramePosition常量之一:wdFrameLeftwdFrameRightwdFrameCenterwdFrameInsidewdFrameOutside

适用于