Class LayoutHelpers
Utility methods to help with XAML layout.
Inherited Members
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public static class LayoutHelpers
Methods
View SourceParseElementFromXamlString(string)
Parses an element from a XAML string
Declaration
public static FrameworkElement ParseElementFromXamlString(string xamlString)
Parameters
| Type | Name | Description |
|---|---|---|
| string | xamlString | The XAML string. |
Returns
| Type | Description |
|---|---|
| FrameworkElement | The parsed framework element. |