'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
.