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

In This Topic
    WrapWithText Property
    In This Topic
    Gets or sets a value indicating if the anchored object should affect text layout.

    The default is false.

    Syntax
    'Declaration
     
    Public Property WrapWithText As System.Boolean
    public System.bool WrapWithText {get; set;}
    See Also