Skip to main content
A newer version of this page is available. .

StubGlyphOptions.DefaultFont Property

Provides access to the default stub glyph caption font.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v19.1.dll

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:

Library Object Type Path to DefaultFont
WinForms Controls BarManager
.OptionsStubGlyphs.DefaultFont
RibbonControl
.OptionsStubGlyphs.DefaultFont
ToolbarFormManager
.OptionsStubGlyphs.DefaultFont
WinExplorerView
.OptionsStubGlyphs.DefaultFont
DocumentViewerBarManager
.OptionsStubGlyphs.DefaultFont
PrintBarManager
.OptionsStubGlyphs.DefaultFont
Reporting XRDesignBarManager
.OptionsStubGlyphs.DefaultFont
See Also