Method | Description | |
---|---|---|
CreateTextRun ( int startVisualColumn, ITextRunConstructionContext context ) : System.Windows.Media.TextFormatting.TextRun | ||
VisualLineLinkText ( |
Creates a visual line text element with the specified length. It uses the ITextRunConstructionContext.VisualLine and its VisualLineElement.RelativeTextOffset to find the actual text string.
|
Method | Description | |
---|---|---|
CreateInstance ( int length ) : ICSharpCode.AvalonEdit.Rendering.VisualLineText | ||
OnQueryCursor ( System.Windows.Input.QueryCursorEventArgs e ) : void |
Method | Description | |
---|---|---|
LinkIsClickable ( ) : bool | ||
OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void |
protected CreateInstance ( int length ) : ICSharpCode.AvalonEdit.Rendering.VisualLineText | ||
length | int | |
return | ICSharpCode.AvalonEdit.Rendering.VisualLineText |
public CreateTextRun ( int startVisualColumn, ITextRunConstructionContext context ) : System.Windows.Media.TextFormatting.TextRun | ||
startVisualColumn | int | |
context | ITextRunConstructionContext | |
return | System.Windows.Media.TextFormatting.TextRun |
protected OnQueryCursor ( System.Windows.Input.QueryCursorEventArgs e ) : void | ||
e | System.Windows.Input.QueryCursorEventArgs | |
return | void |
public VisualLineLinkText ( |
||
parentVisualLine | ||
length | int | |
return | System |