Skip to main content

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

#Declaration

public ImageSource BackgroundGlyph { get; set; }

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

See Also