Causes the text editor to regenerate the specified visual line.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public void Redraw( VisualLine visualLine, DispatcherPriority redrawPriority = DispatcherPriority.Normal )
Public Sub Redraw ( _ visualLine As VisualLine, _ Optional redrawPriority As DispatcherPriority = DispatcherPriority.Normal _ )
public: void Redraw( VisualLine^ visualLine, DispatcherPriority redrawPriority = DispatcherPriority::Normal )
Parameters
- visualLine (VisualLine)
- redrawPriority (DispatcherPriority) (Optional)
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238