DockItem.Icon Property

DevZest WPF Docking

DockItemIcon Property
Gets or sets the DockItem object's icon. This is a dependency property.

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public ImageSource Icon { get; set; }
Public Property Icon As ImageSource
	Get
	Set

Property Value

Type: ImageSource
An ImageSource object that represents the icon.
See Also