Skip to main content

SimpleButton.Glyph Property

Gets or sets the image displayed within the button. This is a dependency property.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public ImageSource Glyph { get; set; }

Property Value

Type Description
ImageSource

A System.Windows.Media.ImageSource object that specifies the image displayed within the button.

See Also