Modifica

Share via


Frame.HorizontalPosition Property

Definition

Returns or sets the horizontal distance between the edge of the frame and the item specified by the RelativeHorizontalPosition property.

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

Property Value

Remarks

The HorizontalPosition property can be a number that indicates a measurement in points, or can be one of the following WdFramePosition constants: wdFrameLeft, wdFrameRight, wdFrameCenter, wdFrameInside, or wdFrameOutside.

Applies to