Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Visualization Namespace / FunctionVisualizer Class / IsBackgroundSupported Property


In This Topic
    IsBackgroundSupported Property
    In This Topic
    Gets a value indicating whether this function visualizer support painting background.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property IsBackgroundSupported As Boolean
    'Usage
     
    
    Dim instance As FunctionVisualizer
    Dim value As Boolean
     
    value = instance.IsBackgroundSupported
    public virtual bool IsBackgroundSupported {get;}

    Property Value

    true if this function visualizer support painting background; otherwise, false.
    See Also