Table of Contents

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

DependencyProperty

CaptionBackgroundProperty

public static readonly DependencyProperty CaptionBackgroundProperty

Field Value

DependencyProperty

CaptionCornerRadiusProperty

public static readonly DependencyProperty CaptionCornerRadiusProperty

Field Value

DependencyProperty

CaptionForegroundProperty

public static readonly DependencyProperty CaptionForegroundProperty

Field Value

DependencyProperty

CaptionHeightProperty

public static readonly DependencyProperty CaptionHeightProperty

Field Value

DependencyProperty

CloseAnimationProperty

public static readonly DependencyProperty CloseAnimationProperty

Field Value

DependencyProperty

DefaultBlurEffectProperty

public static readonly DependencyProperty DefaultBlurEffectProperty

Field Value

DependencyProperty

HeaderProperty

public static readonly DependencyProperty HeaderProperty

Field Value

DependencyProperty

IconSizeProperty

public static readonly DependencyProperty IconSizeProperty

Field Value

DependencyProperty

IsCloseProperty

public static readonly DependencyProperty IsCloseProperty

Field Value

DependencyProperty

IsUseDragProperty

public static readonly DependencyProperty IsUseDragProperty

Field Value

DependencyProperty

MaskBackgroundProperty

public static readonly DependencyProperty MaskBackgroundProperty

Field Value

DependencyProperty

MaxboxEnableProperty

public static readonly DependencyProperty MaxboxEnableProperty

Field Value

DependencyProperty

MinboxEnableProperty

public static readonly DependencyProperty MinboxEnableProperty

Field Value

DependencyProperty

ShowAnimationProperty

public static readonly DependencyProperty ShowAnimationProperty

Field Value

DependencyProperty

Properties

AccentKey

public static ComponentResourceKey AccentKey { get; }

Property Value

ComponentResourceKey

AdornerDecoratorEffect

public Effect AdornerDecoratorEffect { get; set; }

Property Value

Effect

CaptionBackground

public Brush CaptionBackground { get; set; }

Property Value

Brush

CaptionCornerRadius

public CornerRadius CaptionCornerRadius { get; set; }

Property Value

CornerRadius

CaptionForeground

public Brush CaptionForeground { get; set; }

Property Value

Brush

CaptionHeight

public double CaptionHeight { get; set; }

Property Value

double

ClearKey

public static ComponentResourceKey ClearKey { get; }

Property Value

ComponentResourceKey

CloseAnimation

public Action<IWindowBase> CloseAnimation { get; set; }

Property Value

Action<IWindowBase>

CloseWindowCommand

public ICommand CloseWindowCommand { get; protected set; }

Property Value

ICommand

DefaultBlurEffect

public BlurEffect DefaultBlurEffect { get; set; }

Property Value

BlurEffect

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

DynamicKey

public static ComponentResourceKey DynamicKey { get; }

Property Value

ComponentResourceKey

Header

public ControlTemplate Header { get; set; }

Property Value

ControlTemplate

IconSize

public double IconSize { get; set; }

Property Value

double

IsClose

public bool IsClose { get; set; }

Property Value

bool

IsUseDrag

public bool IsUseDrag { get; set; }

Property Value

bool

LeftTemp

public double LeftTemp { get; set; }

Property Value

double

MaskBackground

public Brush MaskBackground { get; set; }

Property Value

Brush

MaxboxEnable

public bool MaxboxEnable { get; set; }

Property Value

bool

MaximizeWindowCommand

public ICommand MaximizeWindowCommand { get; protected set; }

Property Value

ICommand

MinboxEnable

public bool MinboxEnable { get; set; }

Property Value

bool

MinimizeWindowCommand

public ICommand MinimizeWindowCommand { get; protected set; }

Property Value

ICommand

ShowAnimation

public Action<IWindowBase> ShowAnimation { get; set; }

Property Value

Action<IWindowBase>

SingleKey

public static ComponentResourceKey SingleKey { get; }

Property Value

ComponentResourceKey

TopTemp

public double TopTemp { get; set; }

Property Value

double

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 MouseButtonEventArgs

The 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?