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.v19.1.dll

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
RibbonControl
ToolbarFormManager
WinExplorerView
DocumentViewerBarManager
PrintBarManager
Reporting XRDesignBarManager
See Also