ContextItem.GetActualGlyph(ISkinProvider) Method
Returns the Image object specifying the glyph actually assigned.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
[EditorBrowsable(EditorBrowsableState.Never)]
public Image GetActualGlyph(
ISkinProvider provider = null
)
Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
provider | DevExpress.Skins.ISkinProvider | null | An ISkinProvider object. |
Returns
Type | Description |
---|---|
Image | The Image object specifying the glyph actually assigned. |
Remarks
This member supports the internal infrastructure, and is not intended to be used directly from your code.
See Also