Path.ConnectionPoints Property

Connection Points.Represents the attribte in schema: o:connectlocs

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

Syntax

'Declaration
<SchemaAttrAttribute(, "connectlocs")> _
Public Property ConnectionPoints As StringValue
    Get
    Set
'Usage
Dim instance As Path
Dim value As StringValue

value = instance.ConnectionPoints

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Path Class

Path Members

DocumentFormat.OpenXml.Vml Namespace