Share via


PolyLine.Points Property

Points for Compound Line.Represents the attribte in schema: points

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

Syntax

'Declaration
<SchemaAttrAttribute(, "points")> _
Public Property Points As StringValue
    Get
    Set
'Usage
Dim instance As PolyLine
Dim value As StringValue

value = instance.Points

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

PolyLine Class

PolyLine Members

DocumentFormat.OpenXml.Vml Namespace