FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / CalloutArrowShape Class / Elements Property


In This Topic
Elements Property (CalloutArrowShape)
In This Topic
Gets the collection of IElement-derived objects that the current ElementWindowless object contains.
Syntax
'Declaration
 
Protected Overridable ReadOnly Property Elements As Elements
 
'Usage
 
Dim instance As CalloutArrowShape
Dim value As Elements
 
value = instance.Elements
See Also