WpfAnnotationCanvasFactories Property |
Gets the WpfAnnotationUIFactoryCollection used when deserializing annotation data.
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 WpfAnnotationUIFactoryCollection Factories { get; }
Public ReadOnly Property Factories As WpfAnnotationUIFactoryCollection
Get
Property Value
Type:
WpfAnnotationUIFactoryCollectionThe WpfAnnotationUIFactoryCollection used when deserializing annotation data.
Remarks All custom annotations must add a factory for itself before they can be deserialized.
See Also