Table of Contents

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

obj object

The object.

Returns

string

The get xaml.

GetXaml(Viewport3D)

Gets the xaml for the specified viewport.

public static string GetXaml(Viewport3D view)

Parameters

view Viewport3D

The viewport.

Returns

string

The get xaml.