Back to Devexpress

BackstageViewControl.BackgroundGlyph Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-backstageviewcontrol-76375859.md

latest2.5 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public ImageSource BackgroundGlyph { get; set; }
vb
Public Property BackgroundGlyph As ImageSource

Property Value

TypeDescription
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.

See Also

BackgroundGlyphStyle

DisableDefaultBackgroundGlyph

IsBackgroundGlyphVisible

ActualBackgroundGlyph

BackstageViewControl Class

BackstageViewControl Members

DevExpress.Xpf.Ribbon Namespace