ConnectorStartShapeConnectionSiteIndex Property |
Returns or sets the index of connection site for start shape.
Read/write
UInt32.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic uint StartShapeConnectionSiteIndex { get; set; }
Public Property StartShapeConnectionSiteIndex As UInteger
Get
Set
public:
virtual property unsigned int StartShapeConnectionSiteIndex {
unsigned int get () sealed;
void set (unsigned int value) sealed;
}
abstract StartShapeConnectionSiteIndex : uint32 with get, set
override StartShapeConnectionSiteIndex : uint32 with get, set
Property Value
Type:
UInt32Implements
IConnectorStartShapeConnectionSiteIndex
ExceptionsException | Condition |
---|
ArgumentException | Thrown when value is less than StartShapeConnectedTo.ConnectionSiteCount |
See Also