IWpfTextView::VisualElement Property

 

Gets the FrameworkElement that renders the view.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

property FrameworkElement^ VisualElement {
	FrameworkElement^ get();
}

Property Value

Type: System.Windows::FrameworkElement^

The FrameworkElement that renders the view.

Return to top
Show: