XamlXmlReaderSettings.XmlSpacePreserve Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that determines whether the XAML reader instructs any XAML writers to write xml:space
attributes in nodes. If that behavior is desired, this information is passed through shared XAML schema context.
public:
property bool XmlSpacePreserve { bool get(); void set(bool value); };
public bool XmlSpacePreserve { get; set; }
member this.XmlSpacePreserve : bool with get, set
Public Property XmlSpacePreserve As Boolean
Property Value
true
if writers that are processing the XAML node stream can write xml:space="preserve"
in output; false
if xml:space
attributes cannot be written in nodes.
Remarks
The XML white-space concepts are not robust enough to apply to XAML and are typically ignored by XAML readers.