WpfAnnotationGripsFindGrip Method (String) |
Looks up a grip by its name.
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 virtual WpfAnnotationGrip FindGrip(
string name
)
Public Overridable Function FindGrip (
name As String
) As WpfAnnotationGrip
Parameters
- name
- Type: SystemString
The name used for the grip.
Return Value
Type:
WpfAnnotationGripA grip with the name provided or null (Nothing in VB) if a grip with that name could not be found.
See Also