Class UIElementAdorner
Class Represents the UI Element Adorner
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class UIElementAdorner : TemplatedAdornerBase, IDisposable
Constructors
UIElementAdorner(UIElement, Panel)
Initializes a new instance of the UIElementAdorner class.
Declaration
public UIElementAdorner(UIElement element, Panel panel)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.UIElement | element | The element. |
System.Windows.Controls.Panel | panel | The panel. |
Methods
AddElement(UIElement)
Invokes when Adds the element.
Declaration
public void AddElement(UIElement element)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.UIElement | element | The element. |
RemoveElement(UIElement)
Removes the element.
Declaration
public void RemoveElement(UIElement element)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.UIElement | element | The element. |
Implements
System.IDisposable