Version

AnchorTextWrapping Enumeration

Constants which define the layout for text included in the same paragraph as an AnchoredPicture.
Syntax
'Declaration
 
Public Enum AnchorTextWrapping 
   Inherits System.Enum
public enum AnchorTextWrapping : System.Enum 
Members
MemberDescription
SquareText flows around all sides of the picture.
TextInBackgroundText does not wrap, and appears "behind" the picture.
TextInForegroundText does not wrap, and appears superimposed over the picture.
TopAndBottomText flows along the top and bottom of the picture.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also