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


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