BackstageViewControl.BackgroundGlyph Property
Gets or sets a custom background image for the BackstageViewControl. This is a dependency property.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v24.1.dll
NuGet Package: DevExpress.Wpf.Ribbon
Declaration
Property Value
Type | Description |
---|---|
ImageSource | A ImageSource object that specifies a custom background image for the BackstageViewControl. |
Remarks
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.