Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / Parent Property


In This Topic
    Parent Property (ChartShape)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Property Parent As Control
    'Usage
     
    
    Dim instance As ChartShape
    Dim value As Control
     
    instance.Parent = value
     
    value = instance.Parent
    public override Control Parent {get; set;}
    See Also