API Reference
Enum
WrapTextImage
Specifies the available options for how text should wrap around an image.
Inheritance
- Enum
- WrapTextImage
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const WrapTextImage InLineWithText #No wrapping is applied and the image is placed inline with the surrounding text.
Value:
0public const WrapTextImage Through #Allow text to flow through transparent regions of the image.
Value:
3public const WrapTextImage TopAndBottom #Place text above and below the image leaving the sides clear.
Value:
4