In This Article

DockPreview Class

Represents a dock preview that shows when dragging over a dock guide.

public class DockPreview : Control, DUCE.IResource, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IHaveResources, IQueryAmbient
Inheritance:
System.Object System.Windows.Threading.DispatcherObject System.Windows.DependencyObject System.Windows.Media.Visual System.Windows.UIElement System.Windows.FrameworkElement System.Windows.Controls.Control Object

Constructors

DockPreview()

Initializes an instance of the DockPreview class.

public DockPreview()

Properties

Geometry

Gets or sets the preview geometry.

public Geometry Geometry { get; set; }

Property Value

System.Windows.Media.Geometry:

The preview geometry.

Fields

GeometryProperty

Identifies the Geometry dependency property. This field is read-only.

public static readonly DependencyProperty GeometryProperty

Inherited Members

  • 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()

Extension Methods