Skip to main content

StubGlyphOptions.UseFont Property

Gets or sets whether font settings stored in the StubGlyphOptions.Font section should be applied to stub glyphs’ captions.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[Browsable(false)]
[DefaultValue(false)]
public bool UseFont { get; set; }

Property Value

Type Default Description
Boolean false

true if font settings stored in the StubGlyphOptions.Font section should be applied to stub glyphs’ captions; otherwise, false.

Property Paths

You can access this nested property as listed below:

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