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

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.v20.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:

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