Back to Devexpress

BaseEditStyleSettings.HighlightedFontStyle Property

wpf-devexpress-dot-xpf-dot-editors-dot-baseeditstylesettings-bee876a2.md

latest2.8 KB
Original Source

BaseEditStyleSettings.HighlightedFontStyle Property

Gets or sets the font style of the highlighted text.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
[DefaultValue(null)]
public FontStyle? HighlightedFontStyle { get; set; }
vb
<DefaultValue(Nothing)>
Public Property HighlightedFontStyle As FontStyle?

Property Value

TypeDefaultDescription
Nullable<FontStyle>null

A Nullable<T><FontStyle,> object that is a font style.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to HighlightedFontStyle
BaseEdit

.StyleSettings .HighlightedFontStyle

| | ListBoxEdit |

.StyleSettings .HighlightedFontStyle

| | ProgressBarEdit |

.StyleSettings .HighlightedFontStyle

| | BaseEditSettings |

.StyleSettings .HighlightedFontStyle

| | TrackBarEdit |

.StyleSettings .HighlightedFontStyle

| | LookUpEdit |

.StyleSettings .HighlightedFontStyle

|

Remarks

See Also

HighlightedFontFamily

HighlightedFontSize

HighlightedFontWeight

BaseEditStyleSettings Class

BaseEditStyleSettings Members

DevExpress.Xpf.Editors Namespace