|
SerializeSingleObject(DependencyObject, Stream, String, SerializationType)
static
|
d, stream, appName, serializationType
|
Saves (serializes) the layouts of the specified container (or control) and all its child elements to a Stream. The method serializes the layouts of visual controls that exist in the application’s visual tree.
|
|
SerializeSingleObject(DependencyObject, String, String, SerializationType)
static
|
d, path, appName, serializationType
|
Saves (serializes) the layouts of the specified container (or control) and all its child elements to a file. The method serializes the layouts of visual controls that exist in the application’s visual tree.
|