Click or drag to resize

WpfAnnotationUIFactoryCollectionItem Property (Type)

Gets the factory for the specified type.

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 IWpfAnnotationUIFactory this[
	Type annotationType
] { get; }

Parameters

annotationType
Type: SystemType
The annotation type for the factory.

Return Value

Type: IWpfAnnotationUIFactory
The factory for the type or null (Nothing in VB) if there is no factory for the specified type.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the annotationType argument is null (Nothing in VB).
See Also