Show / Hide Table of Contents

Method SetTargetItem

| Improve this Doc View Source

SetTargetItem(DependencyObject, DockItem)

Sets the value of DevZest.Windows.Docking.Primitives.DockManager.TargetItem attached property for a given element.

Declaration
public static void SetTargetItem(DependencyObject element, DockItem value)
Parameters
Type Name Description
System.Windows.DependencyObject element

The element on which to set the property value.

DockItem value

The property value to set.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest