Gets the symbol at the specified direction from this position.
Namespace:
C1.Silverlight.RichTextBox.DocumentsAssembly: C1.Silverlight.RichTextBox (in C1.Silverlight.RichTextBox.dll)
Syntax
C# |
---|
public Object GetSymbol( LogicalDirection direction ) |
Visual Basic |
---|
Public Function GetSymbol ( _ direction As LogicalDirection _ ) As Object |
Parameters
- direction
- Type: System.Windows.Documents..::..LogicalDirection
The direction.
Return Value
The symbol at the specified direction.
Remarks
A symbol is either:
- A start or end tag of a C1TextElement (see StartTag and EndTag).
- A character inside a C1Run.
- A UIElement in a C1BlockUIContainer or a C1InlineUIContainer.