ToolTipPresenterStyle Class

Definition

Defines a set of properties that will be used to style the default WPF ToolTip presenter.

public ref class ToolTipPresenterStyle
public class ToolTipPresenterStyle
type ToolTipPresenterStyle = class
Public Class ToolTipPresenterStyle
Inheritance
ToolTipPresenterStyle

Remarks

This is a MEF component part, and should be exported with the following attributes: [Export(typeof(ToolTipPresenterStyle))] [Name] [Order] All exports of this component part should be ordered before the "default" ToolTip presenter style. At a minimum, this means adding [Order(Before="default")] to the export metadata.

Constructors

ToolTipPresenterStyle()

Properties

AppearanceCategory

Gets a string that identifies the appearance category for the ITextView displayed in the default ToolTip presenter.

BackgroundBrush

Gets a Brush that will be used to paint the background of the ToolTip presenter.

BorderBrush

Gets a Brush that will be used to paint the borders in the ToolTip presenter.

HyperlinkBrush

Gets a Brush that will be used to paint hyperlinks in the ToolTip presenter.

Applies to