Click or drag to resize
AB4D logo

BaseXamlWriterSettingsNamedObjects Property

Gets or sets NamedObjects dictionary with names (as keys) of the objects (as values). The defined names will be used to name the objects.

Namespace:  Ab2d.Common.ReaderSvg
Assembly:  Ab2d.ReaderSvg (in Ab2d.ReaderSvg.dll) Version: 7.1.7295.1040
Syntax
C#
public Dictionary<string, Object> NamedObjects { get; set; }

Property Value

Type: DictionaryString, Object
See Also