Class VisualCue
Visual indicator that appears over the area where dragged ToolWindow will be snapped.
Inherited Members
Namespace: Telerik.Windows.Controls.Docking
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public class VisualCue : DockDecoration
Remarks
This a class for internal use and is not meant to be used outside the RadDocking.
Constructors
VisualCue()
Methods
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event and sets System.Windows.FrameworkElement.DefaultStyleKey from the active theme.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |