Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / WrapFormat Class / Side Property

In This Topic
    Side Property
    In This Topic
    Gets or sets a value indicating whether the document text wraps on both sides of a shape, on either the left or right side only, or on the side of the shape that is farthest from the page margin.
    Syntax
    'Declaration
     
    Public Property Side As WrapSide
    public WrapSide Side {get; set;}
    Remarks
    If property Type is not Inline or None or TopBottom, his value does not have any effect when displaying the object.
    See Also