Back to Devexpress

StubGlyphOptions.Font Property

windowsforms-devexpress-dot-utils-dot-drawing-dot-stubglyphoptions-ec578243.md

latest2.4 KB
Original Source

StubGlyphOptions.Font Property

Gets or sets the font that should be applied to stub glyph captions.

Namespace : DevExpress.Utils.Drawing

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public Font Font { get; set; }
vb
Public Property Font As Font

Property Value

TypeDescription
Font

A Font object that should be applied to stub glyph captions.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Font
BarManager

.OptionsStubGlyphs .Font

| | RibbonControl |

.OptionsStubGlyphs .Font

| | WinExplorerView |

.OptionsStubGlyphs .Font

|

Remarks

The following figure illustrates glyph captions painted using the bold “Segoe Condensed” font.

Custom font settings will not be applied if the StubGlyphOptions.UseFont property is disabled. See Stub Glyphs to learn more.

See Also

Stub Glyphs

StubGlyphOptions Class

StubGlyphOptions Members

DevExpress.Utils.Drawing Namespace