Click or drag to resize
AB4D logo

ResourceDictionaryWriterGetXaml Method

Gets the xaml string of the ResourceDictionary with all added svg objects as resources.

Namespace:  Ab2d.Utility.ReaderSvg
Assembly:  Ab2d.ReaderSvg (in Ab2d.ReaderSvg.dll) Version: 7.1.7295.1040
Syntax
C#
public virtual string GetXaml()

Return Value

Type: String
xaml
Remarks

GetXaml method returns the xaml string of the ResourceDictionary with all added svg objects as resources.

The method can be overriden in derived class. In this case call the base GetXaml method to create the xaml string than can be than further processed.

See Also