SimpleButton.Glyph Property
In This Article
Gets or sets the image displayed within the button. This is a dependency property.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public ImageSource Glyph { get; set; }
#Property Value
Type | Description |
---|---|
Image |
A System. |
See Also