[]
Represents a passive overlay signaling the relative projected destination of the grabbed C1DockTabControl or C1DockTabItem that appears when the mouse hovers over a C1DockPickerPart.
[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
Name | Description |
---|---|
C1DockPreview() | Initializes a new instance of a C1DockPreview. |
Name | Description |
---|---|
PreviewDropPositionProperty | Identifies the PreviewDropPosition dependency property. |
Name | Description |
---|---|
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. |
OnApplyTemplate() | Builds the visual tree for the C1DockPreview control when a new template is applied. |