WpfAnnotationGripsItems Property |
Gets a list of WpfAnnotationGrip.
Namespace:
Atalasoft.Annotate.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic Collection<WpfAnnotationGrip> Items { get; }Public ReadOnly Property Items As Collection(Of WpfAnnotationGrip)
Get
Property Value
Type:
CollectionWpfAnnotationGripThe collection of WpfAnnotationGrip objects.
Property Value
Type:
CollectionWpfAnnotationGrip The collection of
WpfAnnotationGrip objects.
See Also