ToolTipPresenterStyle Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |