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:
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement 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

Geometry:

The preview geometry.

Fields

GeometryProperty

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

public static readonly DependencyProperty GeometryProperty

Inherited Members

Extension Methods