Class PreviewDockHintsEventArgs
Inheritance
System.Object
PreviewDockHintsEventArgs
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class PreviewDockHintsEventArgs : EventArgs
Constructors
PreviewDockHintsEventArgs()
Declaration
public PreviewDockHintsEventArgs()
Properties
DockAbility
Gets or sets the DockAbility, to hide dock hints on target window, when mouse is over it.
Declaration
public DockAbility DockAbility { get; set; }
Property Value
Type | Description |
---|---|
DockAbility | The dock ability. |
DraggingSource
Declaration
public FrameworkElement DraggingSource { get; }
Property Value
Type |
---|
System.Windows.FrameworkElement |
DraggingTarget
Declaration
public FrameworkElement DraggingTarget { get; }
Property Value
Type |
---|
System.Windows.FrameworkElement |
OuterDockAbility
Declaration
public OuterDockAbility OuterDockAbility { get; set; }
Property Value
Type |
---|
OuterDockAbility |