Back to Devexpress

StubGlyphOptions.UseFont Property

windowsforms-devexpress-dot-utils-dot-drawing-dot-stubglyphoptions-52e5373e.md

latest2.3 KB
Original Source

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.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[DefaultValue(false)]
public bool UseFont { get; set; }
vb
<Browsable(False)>
<DefaultValue(False)>
Public Property UseFont As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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 TypePath to UseFont
BarManager

.OptionsStubGlyphs .UseFont

| | RibbonControl |

.OptionsStubGlyphs .UseFont

| | WinExplorerView |

.OptionsStubGlyphs .UseFont

|

See Also

Stub Glyphs

StubGlyphOptions Class

StubGlyphOptions Members

DevExpress.Utils.Drawing Namespace