Line.WrapCoordinates Property

Shape Bounding Polygon.Represents the attribte in schema: wrapcoords

Namespace:  DocumentFormat.OpenXml.Vml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "wrapcoords")> _
Public Property WrapCoordinates As StringValue
    Get
    Set
'Usage
Dim instance As Line
Dim value As StringValue

value = instance.WrapCoordinates

instance.WrapCoordinates = value
[SchemaAttrAttribute(, "wrapcoords")]
public StringValue WrapCoordinates { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Line Class

Line Members

DocumentFormat.OpenXml.Vml Namespace