Click or drag to resize

AnnotationKeyBinder.Item Property

Gets or sets the AnnotationKey with the specified key.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public AnnotationKey this[
	Keys key
] { get; set; }

Parameters

key
Type: System.Windows.Forms.Keys
The key.

Property Value

Type: AnnotationKey
The AnnotationKey.

Return Value

Type: AnnotationKey
See Also