Skip to main content

SearchPanelHighlightSettings Members

Contains settings that allow you to specify the appearance of search results.

Constructors

Name Description
SearchPanelHighlightSettings() Initializes a new instance of the SearchPanelHighlightSettings class.

Fields

Name Description
FontFamilyProperty static Identifies the FontFamily dependency property.
FontSizeProperty static Identifies the FontSize dependency property.
FontStyleProperty static Identifies the FontStyle dependency property.
FontWeightProperty static Identifies the FontWeight dependency property.
ForegroundProperty static Identifies the Foreground dependency property.

Properties

Name Description
FontFamily Gets or sets a search result’s font family.
FontSize Gets or sets a search result’s font size.
FontStyle Gets or sets a search result’s font style.
FontWeight Gets or sets a search result’s font weight.
Foreground Gets or sets a brush that paints a search result’s foreground.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also