Property UseFrameXamlWriter
- Namespace
- SharpVectors.Converters
- Assembly
- SharpVectors.Converters.Wpf.dll
UseFrameXamlWriter
Gets or sets a value indicating whether to use the .NET framework version of the XAML writer.
public bool UseFrameXamlWriter { get; set; }
Property Value
- bool
This is true if the .NET framework version of the
XAML
writer is used; otherwise, a customized XAML writer, XmlXamlWriter, is used. The default is false.
Remarks
The customized XAML
writer is optimized for the conversion process, and it is recommended as the writer,
unless in cases where it fails to produce accurate result.