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;}
See Also