Click or drag to resize
InteropGetDiv Method
Returns the HTML Div that is associated to the specified FrameworkElement. Note: the FrameworkElement must be in the visual tree. Consider calling this method from the 'Loaded' event to ensure that the element is in the visual tree.

Namespace: CSHTML5
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public static Object GetDiv(
	FrameworkElement frameworkElement
)

Parameters

frameworkElement
Type: Windows.UI.XamlFrameworkElement

[Missing <param name="frameworkElement"/> documentation for "M:CSHTML5.Interop.GetDiv(Windows.UI.Xaml.FrameworkElement)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:CSHTML5.Interop.GetDiv(Windows.UI.Xaml.FrameworkElement)"]

See Also