SharedWindowDeserializeXaml Method

Instances and returns the object declared in XAML.

Definition

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

Parameters

xaml  String
Valid XAML markup text.

Return Value

Object
Object with the object declared in XAML.

See Also