[]
        
(Showing Draft Content)

C1.WPF.Docking.C1DockPreview

C1DockPreview Class

The control which shows drop preview.

Inheritance
C1DockPreview
Namespace: C1.WPF.Docking
Assembly: C1.WPF.Docking.dll
Syntax
[TemplateVisualState(Name = "PreviewLeft", GroupName = "PreviewStates")]
[TemplateVisualState(Name = "PreviewTop", GroupName = "PreviewStates")]
[TemplateVisualState(Name = "PreviewRight", GroupName = "PreviewStates")]
[TemplateVisualState(Name = "PreviewBottom", GroupName = "PreviewStates")]
[TemplateVisualState(Name = "PreviewOver", GroupName = "PreviewStates")]
[TemplateVisualState(Name = "PreviewNone", GroupName = "PreviewStates")]
public class C1DockPreview : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable

Constructors

Name Description
C1DockPreview()

Initializes a new instance of the C1DockPreview class.

Fields

Name Description
PreviewDropPositionProperty

Identifies the PreviewDropPosition dependency property.

Properties

Name Description
IsDisposed

Gets whether this instance is disposed.

PreviewDropPosition

Gets or sets the target position for the dragged C1DockTabControl or C1DockTabItem.

Methods

Name Description
ChangeVisualStatePreview(bool)

Updates the current visual state of the Preview visual state group to match the object's properties.

Dispose()
Dispose(bool)
Finalize()

Finalizes this instance of the C1DockPreview class.

OnApplyTemplate()