Method | Description | |
---|---|---|
CreateTextRun ( int startVisualColumn, ITextRunConstructionContext context ) : System.Windows.Media.TextFormatting.TextRun | ||
CustomTextElement ( string text ) : System |
Method | Description | |
---|---|---|
OnClickEvent ( string text ) : void | ||
OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void | ||
OnQueryCursor ( System.Windows.Input.QueryCursorEventArgs e ) : void |
public CreateTextRun ( int startVisualColumn, ITextRunConstructionContext context ) : System.Windows.Media.TextFormatting.TextRun | ||
startVisualColumn | int | |
context | ITextRunConstructionContext | |
return | System.Windows.Media.TextFormatting.TextRun |
public CustomTextElement ( string text ) : System | ||
text | string | |
return | System |
protected OnClickEvent ( string text ) : void | ||
text | string | |
return | void |
protected OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void | ||
e | System.Windows.Input.MouseButtonEventArgs | |
return | void |
protected OnQueryCursor ( System.Windows.Input.QueryCursorEventArgs e ) : void | ||
e | System.Windows.Input.QueryCursorEventArgs | |
return | void |