SharedWindowDeserializeXamlWithThemes Method
Instantiates and returns the object declared in XAML with the Aliquo themes preloaded.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public static Object DeserializeXamlWithThemes(
string xaml
)
Public Shared Function DeserializeXamlWithThemes (
xaml As String
) As Object
- xaml String
- Valid XAML markup text.
ObjectObject with the object declared in XAML with the Aliquo themes.