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


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