RoundRectangle.ConnectorType Property

Shape Connector Type.Represents the attribte in schema: o:connectortype

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

Syntax

'Declaration
<SchemaAttrAttribute(, "connectortype")> _
Public Property ConnectorType As EnumValue(Of ConnectorValues)
    Get
    Set
'Usage
Dim instance As RoundRectangle
Dim value As EnumValue(Of ConnectorValues)

value = instance.ConnectorType

instance.ConnectorType = value
[SchemaAttrAttribute(, "connectortype")]
public EnumValue<ConnectorValues> ConnectorType { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<ConnectorValues>
Returns EnumValue<T>.

See Also

Reference

RoundRectangle Class

RoundRectangle Members

DocumentFormat.OpenXml.Vml Namespace