The Element type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Element(ElementHandle) |
Constructs a new Element from the given ElementHandle.
| |
| Element(ElementHandle, ElementDragAndDropInfo) | ||
| Element(ElementHandle, ElementVisualizedData) | ||
| Element(ElementHandle, ElementVisualizedData, ElementDragAndDropInfo) |
Constructs a new Element from the given ElementHandle, ElementVisualizedData and ElementDragAndDropInfo.
|
Methods
| Name | Description | |
|---|---|---|
| AddAction(ElementAction) |
Add an action to the element
| |
| AddAction(IEnumerable<(Of <<'(ElementAction>)>>)) |
Add one or more actions to the element
| |
| RemoveAction |
Remove an action from the element
|
Properties
| Name | Description | |
|---|---|---|
| Actions |
Actions declared on this element
| |
| ElementHandle |
The ElementHandle for this Element.
| |
| MovabilityInfo |
The ElementDragAndDropInfo for this Element.
| |
| PropertyBag |
Custom properties to attach to this Element
| |
| VisualData |
The ElementVisualizedData for this Element.
|