Share via


ConnectorFormat.Type Property

Represents the type of connector. Read/write.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Property Type As MsoConnectorType
    Get
    Set
'Usage
Dim instance As ConnectorFormat
Dim value As MsoConnectorType

value = instance.Type

instance.Type = value
MsoConnectorType Type { get; set; }

Property Value

Type: Microsoft.Office.Core.MsoConnectorType

Remarks

The value of the Type property can be one of these MsoConnectorType constants.

msoConnectorCurve

msoConnectorElbow

msoConnectorStraight

msoConnectorTypeMixed

See Also

Reference

ConnectorFormat Interface

ConnectorFormat Members

Microsoft.Office.Interop.PowerPoint Namespace