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

In This Topic
    WrapPolygon Property
    In This Topic
    Gets or sets the wrapping polygon that is used to determine the extents to which text can wrap around the shape in the document.
    Syntax
    'Declaration
     
    Public Property WrapPolygon As System.Collections.Generic.List(Of PointF)
    public System.Collections.Generic.List<PointF> WrapPolygon {get; set;}
    Remarks
    If property Type is not Through or not Tight, this value does not have any effect when displaying the object.
    See Also