Table of Contents
Icon Property

Gets the icon of the DockView.

Syntax
 public BitmapSource Icon { get; }
Remarks

The icon of the DockView is the icon of the selected DockItem.

See Also