IConnectorStartShapeConnectionSiteIndex 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: 22.5.0.0 (22.5)
Syntaxuint StartShapeConnectionSiteIndex { get; set; }
Property StartShapeConnectionSiteIndex As UInteger
Get
Set
property unsigned int StartShapeConnectionSiteIndex {
unsigned int get ();
void set (unsigned int value);
}
abstract StartShapeConnectionSiteIndex : uint32 with get, set
Property Value
Type:
UInt32
ExceptionsException | Condition |
---|
ArgumentException | Thrown when value is less than StartShapeConnectedTo.ConnectionSiteCount |
See Also