WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PreviewDockHintsEventArgs

    Show / Hide Table of Contents

    Class PreviewDockHintsEventArgs

    Inheritance
    System.Object
    System.EventArgs
    PreviewDockHintsEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.Windows.FrameworkElement

    DraggingTarget

    Declaration
    public FrameworkElement DraggingTarget { get; }
    Property Value
    Type Description
    System.Windows.FrameworkElement

    OuterDockAbility

    Declaration
    public OuterDockAbility OuterDockAbility { get; set; }
    Property Value
    Type Description
    OuterDockAbility
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved