ITextViewMargin Interface
Provides the base requirements for a margin within an IEditorView.
public interface ITextViewMargin : IOrderable, IKeyedObjectProperties
VisualElement
Gets the FrameworkElement that is used to render this margin in the user interface.
FrameworkElement VisualElement { get; }Property Value
- FrameworkElement:
- The FrameworkElement 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. |