ClassVisualCue
Class
Visual indicator that appears over the area where dragged ToolWindow will be snapped.
Definition
Namespace:Telerik.Windows.Controls.Docking
Assembly:Telerik.Windows.Controls.Docking.dll
Syntax:
cs-api-definition
public class VisualCue : DockDecoration
Inheritance: objectDockDecorationVisualCue
Inherited Members
Constructors
VisualCue()
Initializes a new instance of the VisualCue class.
Declaration
cs-api-definition
public VisualCue()
Methods
OnInitialized(EventArgs)
Raises the event and sets from the active theme.
Declaration
cs-api-definition
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.