ComponentOne RichTextBox for UWP
SetDirection Method

C1.Xaml.RichTextBox Namespace > C1ResizePainter Class : SetDirection Method
The visual element.
The value.
Sets the direction.
Syntax
'Declaration
 
Public Shared Sub SetDirection( _
   ByVal obj As Windows.UI.Xaml.DependencyObject, _
   ByVal value As Windows.Foundation.Point _
) 
public static void SetDirection( 
   Windows.UI.Xaml.DependencyObject obj,
   Windows.Foundation.Point value
)

Parameters

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

Reference

C1ResizePainter Class
C1ResizePainter Members