TextFrame2.WarpFormat Property
Returns or sets the warp format (how the text is warped) for the specified text frame. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property WarpFormat As MsoWarpFormat
Get
Set
'Usage
Dim instance As TextFrame2
Dim value As MsoWarpFormat
value = instance.WarpFormat
instance.WarpFormat = value
MsoWarpFormat WarpFormat { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoWarpFormat
Remarks
The value of the WarpFormat property can be one of the MsoWarpFormat constants.