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


In This Topic
ContainedObjects Property (CalloutArrowShape)
In This Topic
Gets or sets the contained objects of the object.
Syntax
'Declaration
 
Public Overridable ReadOnly Property ContainedObjects As Elements
 
'Usage
 
Dim instance As CalloutArrowShape
Dim value As Elements
 
value = instance.ContainedObjects
See Also