RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1ResizePainter Class / GetDirection Method
The visual element.

In This Topic
    GetDirection Method (C1ResizePainter)
    In This Topic
    Gets the direction.
    Syntax
    'Declaration
     
    
    Public Shared Function GetDirection( _
       ByVal obj As DependencyObject _
    ) As Point
    public static Point GetDirection( 
       DependencyObject obj
    )

    Parameters

    obj
    The visual element.
    Remarks
    Used by internal dragging algorithm.
    See Also