LoadDesigner Method
LoadDesigner(String)
When implemented by a class, initializes the designer content from the specified xaml string.
Declaration
void LoadDesigner(string xaml)
Parameters
Type | Name | Description |
---|---|---|
System.String | xaml | Contains designer content. |