Click or drag to resize

WpfCalloutAnnotationChildElement Property

Gets the child UIElement of the annotation, if any.

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 override UIElement ChildElement { get; }

Property Value

Type: UIElement
The child UIElement of the annotation or null (Nothing in VB).
See Also