Gets the symbol at the specified direction from this position.

Namespace:  C1.Silverlight.RichTextBox.Documents
Assembly:  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:

See Also