Shape.TopRelative Property

Definition

Returns or sets a Single that represents the relative top position of a shape. Read/write.

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

Property Value

Single

Remarks

Use this property with the RelativeHorizontalPosition property. When set to wdShapePositionRelativeNone (-999999) (see the WdShapePositionRelative enumeration), this property should be ignored because the shape does not use percent positioning. The vertical position is solely determined by the Top property.

Applies to