C# Class ComponentFactory.Quicksilver.Layout.FixedMetaPanelBase

Base for predefined MetaPanelBase classes.
Inheritance: MetaPanelBase
Mostrar archivo 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_oe static_oe property

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

EasingProperty public_oe static_oe property

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

EndOpacityProperty public_oe static_oe property

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

NewLocationProperty public_oe static_oe property

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

NewSizeProperty public_oe static_oe property

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

RemoveLocationProperty public_oe static_oe property

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

RemoveSizeProperty public_oe static_oe property

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

StartOpacityProperty public_oe static_oe property

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