Show / Hide Table of Contents

Class LayoutHelpers

Utility methods to help with XAML layout.

Inheritance
object
LayoutHelpers
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public static class LayoutHelpers

Methods

View Source

ParseElementFromXamlString(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.

  • View Source
In this article
Back to top Generated by DocFX