SharedWindowDeserializeXamlWithThemes Method

Instantiates and returns the object declared in XAML with the Aliquo themes preloaded.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public static Object DeserializeXamlWithThemes(
	string xaml
)

Parameters

xaml  String
Valid XAML markup text.

Return Value

Object
Object with the object declared in XAML with the Aliquo themes.

See Also