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.2.dll
NuGet Package: DevExpress.Wpf.Ribbon
#Declaration
public ImageSource BackgroundGlyph { get; set; }
#Property Value
Type | Description |
---|---|
Image |
A Image |
#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.