WpfAnnotationCanvasActivateControlElement Method |
Adds a child element to the canvas.
Namespace:
Atalasoft.Annotate.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public void ActivateControlElement(
WpfAnnotationUI parentAnnotation,
UIElement element
)
Public Sub ActivateControlElement (
parentAnnotation As WpfAnnotationUI,
element As UIElement
)
Parameters
- parentAnnotation
- Type: Atalasoft.Annotate.WpfWpfAnnotationUI
The annotation associated with this element. - element
- Type: System.WindowsUIElement
The element to add.
Exceptions See Also