IAnnotationGripsItem Property |
Returns an
AnnotationGrip object from the collection at the specified index.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax AnnotationGrip this[
int index
] { get; }
ReadOnly Default Property Item (
index As Integer
) As AnnotationGrip
Get
Parameters
- index
- Type: SystemInt32
Property Value
Type:
AnnotationGripThe grip at the specified index.
See Also