Class XamlHelper
- Namespace
- HelixToolkit.Wpf
- Assembly
- HelixToolkit.Wpf.dll
Provides helper methods to generate xaml.
public static class XamlHelper
- Inheritance
-
XamlHelper
- Inherited Members
Methods
GetXaml(object)
Gets the xaml for the specified object.
public static string GetXaml(object obj)
Parameters
objobjectThe object.
Returns
- string
The get xaml.
GetXaml(Viewport3D)
Gets the xaml for the specified viewport.
public static string GetXaml(Viewport3D view)
Parameters
viewViewport3DThe viewport.
Returns
- string
The get xaml.