FloatGroup.SetWindowTaskbarIcon(DependencyObject, ImageSource) Method
In This Article
Sets the value of the FloatGroup.WindowTaskbarIcon attached property for a specific object.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
public static void SetWindowTaskbarIcon(
DependencyObject dObj,
ImageSource value
)
#Parameters
Name | Type | Description |
---|---|---|
d |
Dependency |
A Dependency |
value | Image |
A new value of the Float |
See Also