SplitterResizePreviewWindow Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |