Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ShapeHorizontalPosition Class / RelativeTo Property

In This Topic
    RelativeTo Property (ShapeHorizontalPosition)
    In This Topic
    Gets or sets the element relative to which the horizontal position of a shape is calculated.

    If WrapFormat.Type is WrapType.Inline, this value does not have any effect when displaying the object, but can be maintained and used if the object is subsequently changed to floating.

    Syntax
    'Declaration
     
    Public Property RelativeTo As ShapeHorizontalRelativePosition
    public ShapeHorizontalRelativePosition RelativeTo {get; set;}
    See Also