GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView Namespace / DragNotification Class / Show Method
The x for location point.
The y for location point

In This Topic
    Show Method (DragNotification)
    In This Topic
    Show drag notification at specific point.
    Syntax
    'Declaration
     
    Public Sub Show( _
       ByVal x As Double, _
       ByVal y As Double _
    ) 
    public void Show( 
       double x,
       double y
    )

    Parameters

    x
    The x for location point.
    y
    The y for location point
    See Also