WpfTextAnnotationChildElement 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; }
Public Overrides ReadOnly Property ChildElement As UIElement
Get
Property Value
Type:
UIElement
The child UIElement of the annotation or null (Nothing in VB).
See Also