Shape.TopRelative Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.