Class WindowBase
- Namespace
- HeBianGu.General.WpfControlLib
- Assembly
- HeBianGu.General.WpfControlLib.dll
public abstract class WindowBase : Window, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IWindowBase
- Inheritance
-
WindowBase
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
WindowBase()
public WindowBase()
Fields
AdornerDecoratorEffectProperty
public static readonly DependencyProperty AdornerDecoratorEffectProperty
Field Value
CaptionBackgroundProperty
public static readonly DependencyProperty CaptionBackgroundProperty
Field Value
CaptionCornerRadiusProperty
public static readonly DependencyProperty CaptionCornerRadiusProperty
Field Value
CaptionForegroundProperty
public static readonly DependencyProperty CaptionForegroundProperty
Field Value
CaptionHeightProperty
public static readonly DependencyProperty CaptionHeightProperty
Field Value
CloseAnimationProperty
public static readonly DependencyProperty CloseAnimationProperty
Field Value
DefaultBlurEffectProperty
public static readonly DependencyProperty DefaultBlurEffectProperty
Field Value
HeaderProperty
public static readonly DependencyProperty HeaderProperty
Field Value
IconSizeProperty
public static readonly DependencyProperty IconSizeProperty
Field Value
IsCloseProperty
public static readonly DependencyProperty IsCloseProperty
Field Value
IsUseDragProperty
public static readonly DependencyProperty IsUseDragProperty
Field Value
MaskBackgroundProperty
public static readonly DependencyProperty MaskBackgroundProperty
Field Value
MaxboxEnableProperty
public static readonly DependencyProperty MaxboxEnableProperty
Field Value
MinboxEnableProperty
public static readonly DependencyProperty MinboxEnableProperty
Field Value
ShowAnimationProperty
public static readonly DependencyProperty ShowAnimationProperty
Field Value
Properties
AccentKey
public static ComponentResourceKey AccentKey { get; }
Property Value
AdornerDecoratorEffect
public Effect AdornerDecoratorEffect { get; set; }
Property Value
CaptionBackground
public Brush CaptionBackground { get; set; }
Property Value
CaptionCornerRadius
public CornerRadius CaptionCornerRadius { get; set; }
Property Value
CaptionForeground
public Brush CaptionForeground { get; set; }
Property Value
CaptionHeight
public double CaptionHeight { get; set; }
Property Value
ClearKey
public static ComponentResourceKey ClearKey { get; }
Property Value
CloseAnimation
public Action<IWindowBase> CloseAnimation { get; set; }
Property Value
CloseWindowCommand
public ICommand CloseWindowCommand { get; protected set; }
Property Value
DefaultBlurEffect
public BlurEffect DefaultBlurEffect { get; set; }
Property Value
DefaultKey
public static ComponentResourceKey DefaultKey { get; }
Property Value
DynamicKey
public static ComponentResourceKey DynamicKey { get; }
Property Value
Header
public ControlTemplate Header { get; set; }
Property Value
IconSize
public double IconSize { get; set; }
Property Value
IsClose
public bool IsClose { get; set; }
Property Value
IsUseDrag
public bool IsUseDrag { get; set; }
Property Value
LeftTemp
public double LeftTemp { get; set; }
Property Value
MaskBackground
public Brush MaskBackground { get; set; }
Property Value
MaxboxEnable
public bool MaxboxEnable { get; set; }
Property Value
MaximizeWindowCommand
public ICommand MaximizeWindowCommand { get; protected set; }
Property Value
MinboxEnable
public bool MinboxEnable { get; set; }
Property Value
MinimizeWindowCommand
public ICommand MinimizeWindowCommand { get; protected set; }
Property Value
ShowAnimation
public Action<IWindowBase> ShowAnimation { get; set; }
Property Value
SingleKey
public static ComponentResourceKey SingleKey { get; }
Property Value
TopTemp
public double TopTemp { get; set; }
Property Value
Methods
BeginClose()
public void BeginClose()
OnCloseAnimation()
protected virtual void OnCloseAnimation()
OnMouseLeftButtonDown(MouseButtonEventArgs)
Invoked when an unhandled MouseLeftButtonDown routed event is raised on this element. Implement this method to add class handling for this event.
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Parameters
e
MouseButtonEventArgsThe MouseButtonEventArgs that contains the event data. The event data reports that the left mouse button was pressed.
RefreshHide()
public virtual void RefreshHide()
Show()
public void Show()
Show(bool)
public virtual void Show(bool value)
Parameters
value
bool
ShowDialog()
public bool? ShowDialog()
Returns
- bool?