[]
The control which shows drop preview.
[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
Name | Description |
---|---|
C1DockPreview() | Initializes a new instance of the C1DockPreview class. |
Name | Description |
---|---|
PreviewDropPositionProperty | Identifies the PreviewDropPosition dependency property. |
Name | Description |
---|---|
IsDisposed | Gets whether this instance is disposed. |
PreviewDropPosition | Gets or sets the target position for the dragged C1DockTabControl or C1DockTabItem. |
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() |