IWpfTextViewMargin::VisualElement Property

 

Gets the FrameworkElement that renders the margin.

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 margin.

Exception Condition
ObjectDisposedException

if the margin is disposed.

Return to top
Show: