RichTextBox for WinRT
GetSymbol Method


The direction.
Gets the symbol at the specified direction from this position.
Syntax
'Declaration
 
Public Function GetSymbol( _
   ByVal direction As Windows.UI.Xaml.Documents.LogicalDirection _
) As System.Object
'Usage
 
Dim instance As C1TextPointer
Dim direction As Windows.UI.Xaml.Documents.LogicalDirection
Dim value As System.Object
 
value = instance.GetSymbol(direction)
public System.object GetSymbol( 
   Windows.UI.Xaml.Documents.LogicalDirection direction
)

Parameters

direction
The direction.

Return Value

The symbol at the specified direction.
Remarks

A symbol is either:

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1TextPointer Class
C1TextPointer Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback