LoadDesigner Method
LoadDesigner(String)
Initializes the designer content from the specified xaml string.
Declaration
public virtual void LoadDesigner(string xaml)
Parameters
Type | Name | Description |
---|---|---|
System.String | xaml | Contains designer content. |
Implements
LoadDesigner(XmlReader, XamlLoadSettings)
Initializes the designer content from the specified XmlReader.
Declaration
protected void LoadDesigner(XmlReader xamlReader, XamlLoadSettings loadSettings)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlReader | xamlReader | |
XamlLoadSettings | loadSettings |