Table of Contents

Method LoadExistingEx

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

LoadExistingEx(Stream, object, Flags, string?)

Populates an existing root object with the object property values created from a source XAML.

public static object LoadExistingEx(Stream xamlStream, object existingObject, UixmlLoader.Flags flags = (UixmlLoader.Flags)0, string? resName = null)

Parameters

xamlStream Stream
existingObject object
flags UixmlLoader.Flags
resName string

Returns

object