Property | Type | Description | |
---|---|---|---|
ContentBackgroundBorderProperty | |||
ContentBackgroundProperty | |||
HorizontalOffsetProperty | |||
IsCloseButtonVisibleProperty | |||
IsDraggableProperty | |||
IsHeaderVisibleProperty | |||
IsHeightResizeableProperty | |||
IsOpenProperty | |||
IsWidthResizeableProperty | |||
TitleProperty | |||
VerticalOffsetProperty |
Method | Description | |
---|---|---|
DraggableWindow ( ) : System.Windows |
Initializes a new instance of the DraggableWindow class.
|
|
OnApplyTemplate ( ) : void |
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call M:System.Windows.Controls.Control.ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in an application.
|
|
showCloseButton ( bool show ) : void |
Method | Description | |
---|---|---|
OnClosed ( ) : void |
Called when windows is closed.
|
|
OnOpened ( ) : void |
Called when windows is opened.
|
Method | Description | |
---|---|---|
ChangeVisualState ( bool useTransitions ) : void |
Updates the visual state of the control.
|
|
GoToState ( bool useTransitions, string stateName ) : bool | ||
OnContentBackgroundBorderPropertyChanged ( |
||
OnContentBackgroundPropertyChanged ( |
||
OnHorizontalOffsetPropertyChanged ( |
HorisontalOffsetProperty property changed handler.
|
|
OnIsCloseButtonVisiblePropertyChanged ( |
||
OnIsHeaderVisiblePropertyChanged ( |
||
OnIsHeightResizeablePropertyChanged ( |
IsHeightResizeableProperty property changed handler.
|
|
OnIsOpenPropertyChanged ( |
IsOpenProperty property changed handler.
|
|
OnIsWidthResizeablePropertyChanged ( |
IsWidthResizeableProperty property changed handler.
|
|
OnVerticalOffsetPropertyChanged ( |
VerticalOffsetProperty property changed handler.
|
|
Resize_MouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void |
Handles the MouseLeave event of the Resize area.
|
|
Resize_MouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void |
Handles the MouseLeftButtonDown event of the Resize area.
|
|
Resize_MouseLeftButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void |
Handles the MouseLeftButtonUp event of the Resize area.
|
|
Resize_MouseMove ( object sender, System.Windows.Input.MouseEventArgs e ) : void |
Handles the MouseMove event of the Resize area.
|
|
RootVisual_MouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void |
Handles the MouseLeave event of the RootVisual control.
|
|
RootVisual_MouseLeftButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void |
Handles the MouseLeftButtonUp event of the RootVisual control.
|
|
RootVisual_MouseMove ( object sender, System.Windows.Input.MouseEventArgs e ) : void |
Handles the MouseMove event of the RootVisual control.
|
|
StopDrag ( ) : void |
Stops tracking window drag.
|
|
StopResize ( ) : void |
Cleanup of event handlers. Called when resize has ended.
|
|
topbar_LostMouseCapture ( object sender, System.Windows.Input.MouseEventArgs e ) : void | ||
topbar_MouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void |
Starts tracking window drag
|
public static DependencyProperty,System.Windows ContentBackgroundBorderProperty | ||
return |
public static DependencyProperty,System.Windows ContentBackgroundProperty | ||
return |
public static DependencyProperty,System.Windows HorizontalOffsetProperty | ||
return |
public static DependencyProperty,System.Windows IsCloseButtonVisibleProperty | ||
return |
public static DependencyProperty,System.Windows IsDraggableProperty | ||
return |
public static DependencyProperty,System.Windows IsHeaderVisibleProperty | ||
return |
public static DependencyProperty,System.Windows IsHeightResizeableProperty | ||
return |
public static DependencyProperty,System.Windows IsOpenProperty | ||
return |
public static DependencyProperty,System.Windows IsWidthResizeableProperty | ||
return |
public static DependencyProperty,System.Windows TitleProperty | ||
return |