QuickInfoPresenterStyle 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.
Caution
Use ToolTipPresenterStyle instead
Defines a set of properties that will be used to style the default QuickInfo presenter.
public ref class QuickInfoPresenterStyle
[Windows::Foundation::Metadata::WebHostHidden]
class QuickInfoPresenterStyle
public class QuickInfoPresenterStyle
[System.Obsolete("Use ToolTipPresenterStyle instead")]
public class QuickInfoPresenterStyle
type QuickInfoPresenterStyle = class
[<System.Obsolete("Use ToolTipPresenterStyle instead")>]
type QuickInfoPresenterStyle = class
Public Class QuickInfoPresenterStyle
- Inheritance
-
QuickInfoPresenterStyle
- Attributes
Remarks
This is a MEF component part, and should be exported with the following attributes: [Export(typeof(QuickInfoPresenterStyle))] [ContentType] [Name] [Order] All exports of this component part should be ordered after the "default" QuickInfo presenter style. At a minimum, this means adding [Order(After="default")] to the export metadata.
Constructors
QuickInfoPresenterStyle() |
Initializes a new instance of QuickInfoPresenterStyle. |
Properties
AreGradientsAllowed |
Gets a value determining whether or not gradients should be used in the presentation of a IQuickInfoSession. |
BackgroundBrush |
Gets a Brush that will be used to paint the background of the completion presenter. |
BorderBrush |
Gets a Brush that will be used to paint the borders in the completion presenter. |
QuickInfoAppearanceCategory |
Gets a string that identifies the appearance category for the ITextViews displayed in the default QuickInfo presenter. |