NonVisualConnectorShapeDrawingProperties.EndConnection Property
Connection End.Represents the element tag in schema: a:endCxn
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
Public Property EndConnection As EndConnection
Get
Set
'Uso
Dim instance As NonVisualConnectorShapeDrawingProperties
Dim value As EndConnection
value = instance.EndConnection
instance.EndConnection = value
public EndConnection EndConnection { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Drawing.EndConnection
Returns EndConnection.
See Also
Reference
NonVisualConnectorShapeDrawingProperties Class