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

In This Topic
    BehindText Property
    In This Topic
    Gets or sets whether a floating shape is displayed behind the text of the document when the document is displayed. When a shape is displayed within a document, that shape can intersect with text in the document. This property determines whether the text or the object is rendered on top in case of overlapping.
    Syntax
    'Declaration
     
    Public Property BehindText As System.Boolean
    public System.bool BehindText {get; set;}
    Remarks
    If property Type is not None, this value does not have any effect when displaying the object.
    See Also