In This Article

ITextViewMargin Interface

Provides the base requirements for a margin within an IEditorView.

public interface ITextViewMargin : IOrderable, IKeyedObject

Properties

VisualElement

The FrameworkElement that is used to render this margin in the user interface.

FrameworkElement VisualElement { get; }

Property Value

FrameworkElement

Methods

Draw(TextViewDrawContext)

Draws the margin and its content.

void Draw(TextViewDrawContext context)
Parameter Type Description
context TextViewDrawContext

The TextViewDrawContext to use for rendering.

Inherited Members

Extension Methods