Extensions Class

Definition

Extension class for View defining LoadFromXaml<TXaml>(TXaml, String) method.

public static class Extensions
type Extensions = class
Inheritance
Extensions

Methods

LoadFromXaml<TXaml>(TXaml, String)

Returns an initialized view by loading the specified xaml.

LoadFromXaml<TXaml>(TXaml, Type)

Returns a TXaml with the properties that are defined in the application manifest for callingType.

Applies to