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


In This Topic
    BackColorPriv Property (ChartShape)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Protected Overrides Property BackColorPriv As Color
    'Usage
     
    
    Dim instance As ChartShape
    Dim value As Color
     
    instance.BackColorPriv = value
     
    value = instance.BackColorPriv
    protected override Color BackColorPriv {get; set;}
    See Also