Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / AnchoredObject Class / WrapSide Property

In This Topic
    WrapSide Property
    In This Topic
    Gets or sets a value specifying how text wraps around the sides of an anchored object.

    The default is WrapSide.Both.

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