C# Class ComponentFactory.Quicksilver.Layout.FixedMetaPanelBase

Base for predefined MetaPanelBase classes.
Inheritance: MetaPanelBase
Show file Open project: ComponentFactory/Quicksilver

Public Properties

Property Type Description
DurationProperty System.Windows.DependencyProperty
EasingProperty System.Windows.DependencyProperty
EndOpacityProperty System.Windows.DependencyProperty
NewLocationProperty System.Windows.DependencyProperty
NewSizeProperty System.Windows.DependencyProperty
RemoveLocationProperty System.Windows.DependencyProperty
RemoveSizeProperty System.Windows.DependencyProperty
StartOpacityProperty System.Windows.DependencyProperty

Protected Methods

Method Description
ThisBinding ( string property ) : Binding

Create a binding to a property on ourself.

Private Methods

Method Description
FixedMetaPanelBase ( ) : System

Method Details

ThisBinding() protected method

Create a binding to a property on ourself.
protected ThisBinding ( string property ) : Binding
property string Name of property to bind against.
return System.Windows.Data.Binding

Property Details

DurationProperty public static property

Identifies the Duration dependency property.
public static DependencyProperty,System.Windows DurationProperty
return System.Windows.DependencyProperty

EasingProperty public static property

Identifies the Easing dependency property.
public static DependencyProperty,System.Windows EasingProperty
return System.Windows.DependencyProperty

EndOpacityProperty public static property

Identifies the RemoveEndOpacity dependency property.
public static DependencyProperty,System.Windows EndOpacityProperty
return System.Windows.DependencyProperty

NewLocationProperty public static property

Identifies the NewLocation dependency property.
public static DependencyProperty,System.Windows NewLocationProperty
return System.Windows.DependencyProperty

NewSizeProperty public static property

Identifies the NewSize dependency property.
public static DependencyProperty,System.Windows NewSizeProperty
return System.Windows.DependencyProperty

RemoveLocationProperty public static property

Identifies the RemoveLocation dependency property.
public static DependencyProperty,System.Windows RemoveLocationProperty
return System.Windows.DependencyProperty

RemoveSizeProperty public static property

Identifies the RemoveSize dependency property.
public static DependencyProperty,System.Windows RemoveSizeProperty
return System.Windows.DependencyProperty

StartOpacityProperty public static property

Identifies the StartOpacity dependency property.
public static DependencyProperty,System.Windows StartOpacityProperty
return System.Windows.DependencyProperty