Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / BannerShape Class / ContainedObjects Property


In This Topic
    ContainedObjects Property (BannerShape)
    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 BannerShape
    Dim value As Elements
     
    value = instance.ContainedObjects
    public virtual Elements ContainedObjects {get;}
    See Also