WpfAnnotationUIEnumeratorCurrent Property |
Gets the current element in the collection.
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 WpfAnnotationUI Current { get; }
Public ReadOnly Property Current As WpfAnnotationUI
Get
Return Value
Type:
WpfAnnotationUI
The current element in the collection.
Exceptions Exception | Condition |
---|
InvalidOperationException |
The enumerator is positioned before the first element of the collection or after the last element.
|
See Also