'Declaration Public Property WrapPolygon As List(Of Point)
'Usage Dim instance As Shape Dim value As List(Of Point) instance.WrapPolygon = value value = instance.WrapPolygon
public List<Point> WrapPolygon {get; set;}
'Declaration Public Property WrapPolygon As List(Of Point)
'Usage Dim instance As Shape Dim value As List(Of Point) instance.WrapPolygon = value value = instance.WrapPolygon
public List<Point> WrapPolygon {get; set;}
A minimum of 3 points are necessary in order to activate the WrapPolygon.
This property is used when the Shape's WrappingStyle property is set to WrapTight or WrapThrough.
Target Platforms: Windows 11, Windows 10, Windows 7, Windows, 11, 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