Skip to main content

StubGlyphOptions.DefaultFont Property

Provides access to the default stub glyph caption font.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public static Font DefaultFont { get; set; }

Property Value

Type Description
Font

A Font object applied to stub glyph captions by default.

Property Paths

You can access this nested property as listed below:

Object Type Path to DefaultFont
BarManager
.OptionsStubGlyphs .DefaultFont
RibbonControl
.OptionsStubGlyphs .DefaultFont
WinExplorerView
.OptionsStubGlyphs .DefaultFont
See Also