In This Article

ITextViewMargin Interface

Provides the base requirements for a margin within an IEditorView.

public interface ITextViewMargin : IOrderable, IKeyedObject

Properties

VisualElement

Gets the IUIElement that is used to render this margin in the user interface.

IUIElement VisualElement { get; }

Property Value

IUIElement:

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

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