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

In This Topic
    SetDirection Method (C1ResizePainter)
    In This Topic
    Sets the direction.
    Syntax
    'Declaration
     
    
    Public Shared Sub SetDirection( _
       ByVal obj As DependencyObject, _
       ByVal value As Point _
    ) 
    public static void SetDirection( 
       DependencyObject obj,
       Point value
    )

    Parameters

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