Spread WinForms 15
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

Property Value

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