RadControls for WPF

Visual indicator that appears over the area where dragged ToolWindow will be snapped.

Namespace: Telerik.Windows.Controls.Docking
Assembly: Telerik.Windows.Controls.Docking (in Telerik.Windows.Controls.Docking.dll) Version: 2013.1.403.40

Syntax

C#
public class VisualCue : DockDecoration
Visual Basic
Public Class VisualCue _
	Inherits DockDecoration

Remarks

This a class for internal use and is not meant to be used outside the RadDocking.

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              Telerik.Windows.Controls.Docking..::..DockDecoration
                Telerik.Windows.Controls.Docking..::..VisualCue

See Also