AvalonEdit
Create Method (editor)
NamespacesICSharpCode.AvalonEdit.EditingDottedLineMarginCreate(TextEditor)
Creates a vertical dotted line to separate the line numbers from the text view.
Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("This method got published accidentally; and will be removed again in a future version. Use the parameterless overload instead.")]
public static UIElement Create(
	TextEditor editor
)
<ObsoleteAttribute("This method got published accidentally; and will be removed again in a future version. Use the parameterless overload instead.")> _
Public Shared Function Create ( _
	editor As TextEditor _
) As UIElement
public:
[ObsoleteAttribute(L"This method got published accidentally; and will be removed again in a future version. Use the parameterless overload instead.")]
static UIElement^ Create(
	TextEditor^ editor
)
Parameters
editor (TextEditor)

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238