Interface IXamlObjectWriterFactory
Namespace: System.Xaml
Assembly: OpenSilver.Xaml.dll
Syntax
public interface IXamlObjectWriterFactory
Methods
| Improve this Doc View SourceGetParentSettings()
Declaration
XamlObjectWriterSettings GetParentSettings()
Returns
Type | Description |
---|---|
XamlObjectWriterSettings |
GetXamlObjectWriter(XamlObjectWriterSettings)
Declaration
XamlObjectWriter GetXamlObjectWriter(XamlObjectWriterSettings settings)
Parameters
Type | Name | Description |
---|---|---|
XamlObjectWriterSettings | settings |
Returns
Type | Description |
---|---|
XamlObjectWriter |