Click or drag to resize

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
)

Parameters

name
Type: SystemString
The name used for the grip.

Return Value

Type: WpfAnnotationGrip
A grip with the name provided or null (Nothing in VB) if a grip with that name could not be found.
See Also