WpfAnnotationUIFactoryCollectionItem Property (Int32) |
Gets the factory at the specified index.
Namespace:
Atalasoft.Annotate.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic IWpfAnnotationUIFactory this[
int index
] { get; }Public ReadOnly Default Property Item (
index As Integer
) As IWpfAnnotationUIFactory
Get
Parameters
- index
- Type: SystemInt32
The index of the factory to get.
Return Value
Type:
IWpfAnnotationUIFactoryThe factory at the specified index.
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException | Thrown if the index is invalid for this collection. |
See Also