Gets or sets the tooltip background brush.
Namespace: MindFusion.RealTimeCharting.Wpf
Assembly: MindFusion.RealTimeCharting.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush FallbackTooltipBackground { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property FallbackTooltipBackground As Brush |
An instance of the System.Windows.Media.Brush class. The default value is Brushes.White.
RemarksSet ShowFallbackTooltip to true if you want to show the tool tip.
See Also