wpf-devexpress-dot-xpf-dot-ribbon-dot-backstageviewcontrol-76375859.md
Gets or sets a custom background image for the BackstageViewControl. This is a dependency property.
Namespace : DevExpress.Xpf.Ribbon
Assembly : DevExpress.Xpf.Ribbon.v25.2.dll
NuGet Package : DevExpress.Wpf.Ribbon
public ImageSource BackgroundGlyph { get; set; }
Public Property BackgroundGlyph As ImageSource
| Type | Description |
|---|---|
| ImageSource |
A ImageSource object that specifies a custom background image for the BackstageViewControl.
|
The BackgroundGlyph property allows you to specify an image displayed in the BackstageViewControl. This image lays on the lowest layer and is overlapped by a layer containing regular and tab items. By default, a background image is aligned to the right bottom corner of BackstageViewControl. This can be changed via the BackstageViewControl.BackgroundGlyphStyle property.
There is a default background glyph that can be turned on/off using the BackstageViewControl.DisableDefaultBackgroundGlyph.
See Also