IsBackgroundSupported Property
Gets a value indicating whether this function visualizer support painting background.
public virtual bool IsBackgroundSupported {get;}
'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
.