CompletionPresenterStyle 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 completion presenter.
public ref class CompletionPresenterStyle
[Windows::Foundation::Metadata::WebHostHidden]
class CompletionPresenterStyle
public class CompletionPresenterStyle
type CompletionPresenterStyle = class
Public Class CompletionPresenterStyle
- Inheritance
-
CompletionPresenterStyle
Remarks
This is a MEF component part, and should be exported with the following attributes: [Export(typeof(CompletionPresenterStyle))] [ContentType] [Name] [Order] All exports of this component part should be ordered after the "default" completion presenter style. At a minimum, this means adding [Order(After="default")] to the export metadata.
Constructors
CompletionPresenterStyle() |
Initializes a new instance of CompletionPresenterStyle. |
Properties
AreGradientsAllowed |
Gets a value determining whether or not gradients should be used in the presentation of a ICompletionSession. |
BackgroundBrush |
Gets a Brush that will be used to paint the background of the completion presenter. |
BitmapScalingMode |
Gets a BitmapScalingMode value that indicates the desired scaling mode for items' images |
BorderBrush |
Gets a Brush that will be used to paint the borders in the completion presenter. |
CompletionTextRunProperties |
Gets a TextRunProperties that will be used to format the text of the individual completion items. |
SelectionBackgroundBrush |
Gets a Brush that will be used to paint the background of the selected completion item. |
SelectionBorderBrush |
Gets a Brush that will be used to paint the border rectangle around the selected completion item. |
SelectionTextRunProperties |
Gets a TextRunProperties that will be used to paint the text of the selected completion item. |
SuffixTextRunProperties |
Gets a TextRunProperties that will be used to paint the foreground of the completion item's suffix text. |
TabItemHotBackgroundBrush |
Gets a Brush that will be used to paint the background of a completion tab item when the mouse is hovering over it. |
TabItemHotBorderBrush |
Gets a Brush that will be used to paint the border of a completion tab item when the mouse is hovering over it. |
TabItemHotTextRunProperties |
Gets a TextRunProperties that will be used to format the text of a completion tab item when the mouse is hovering over it. |
TabPanelBackgroundBrush |
Gets a Brush that will be used to paint the background of the completion tab panel. |
TooltipBackgroundBrush |
Gets a Brush that will be used to paint the background of the completion tooltip. |
TooltipBorderBrush |
Gets a Brush that will be used to paint the border around the completion tooltip. |
TooltipTextRunProperties |
Gets a TextRunProperties that will be used to format the text in the completion tooltip. |