SplitterResizePreviewWindow Class

Definition

Control used to show the resize preview for a SplitterPanel.

public ref class SplitterResizePreviewWindow : System::Windows::Controls::Control
public class SplitterResizePreviewWindow : System.Windows.Controls.Control
type SplitterResizePreviewWindow = class
    inherit Control
Public Class SplitterResizePreviewWindow
Inherits Control
Inheritance
SplitterResizePreviewWindow

Constructors

SplitterResizePreviewWindow()

Microsoft internal use only.

Methods

Hide()

Hides the window, if it is currently shown.

Move(Double, Double)

Moves the SplitterResizePreviewWindow to the given device coordinates.

Show(UIElement)

Shows the window on-screen with the same size and screen position as the given UIElement.

Applies to