IWpfTextViewMargin.VisualElement Property

Definition

Gets the FrameworkElement that renders the margin.

public:
 property System::Windows::FrameworkElement ^ VisualElement { System::Windows::FrameworkElement ^ get(); };
public System.Windows.FrameworkElement VisualElement { get; }
member this.VisualElement : System.Windows.FrameworkElement
Public ReadOnly Property VisualElement As FrameworkElement

Property Value

The FrameworkElement that renders the margin.

Exceptions

if the margin is disposed.

Applies to