Back to Devexpress

BackstageViewControl.ActualBackgroundGlyph Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-backstageviewcontrol-84d9dced.md

latest1.6 KB
Original Source

BackstageViewControl.ActualBackgroundGlyph Property

Gets an actual 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 ActualBackgroundGlyph { get; protected set; }
vb
Public Property ActualBackgroundGlyph As ImageSource

Property Value

TypeDescription
ImageSource

An ImageSource object, displayed in the BackstageViewControl‘s right bottom corner.

|

See Also

BackgroundGlyph

IsBackgroundGlyphVisible

DisableDefaultBackgroundGlyph

BackstageViewControl Class

BackstageViewControl Members

DevExpress.Xpf.Ribbon Namespace