In This Article

DockPreview Class

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

public class DockPreview : Control
Inheritance:
object 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