Show / Hide Table of Contents

Method SetAdorner

| Improve this Doc View Source

SetAdorner(FrameworkElement, UIElement)

Sets the value of DevZest.Windows.AdornerManager.Adorner attached property to a given System.Windows.FrameworkElement.

Declaration
public static void SetAdorner(FrameworkElement element, UIElement value)
Parameters
Type Name Description
System.Windows.FrameworkElement element

The element on which to set the property value.

System.Windows.UIElement value

The value of DevZest.Windows.AdornerManager.Adorner attached property.

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