C# Класс ComponentFactory.Quicksilver.Layout.FixedMetaPanelBase

Base for predefined MetaPanelBase classes.
Наследование: MetaPanelBase
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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

Защищенные методы

Метод Описание
ThisBinding ( string property ) : Binding

Create a binding to a property on ourself.

Приватные методы

Метод Описание
FixedMetaPanelBase ( ) : System

Описание методов

ThisBinding() защищенный Метод

Create a binding to a property on ourself.
protected ThisBinding ( string property ) : Binding
property string Name of property to bind against.
Результат System.Windows.Data.Binding

Описание свойств

DurationProperty публичное статическое свойство

Identifies the Duration dependency property.
public static DependencyProperty,System.Windows DurationProperty
Результат System.Windows.DependencyProperty

EasingProperty публичное статическое свойство

Identifies the Easing dependency property.
public static DependencyProperty,System.Windows EasingProperty
Результат System.Windows.DependencyProperty

EndOpacityProperty публичное статическое свойство

Identifies the RemoveEndOpacity dependency property.
public static DependencyProperty,System.Windows EndOpacityProperty
Результат System.Windows.DependencyProperty

NewLocationProperty публичное статическое свойство

Identifies the NewLocation dependency property.
public static DependencyProperty,System.Windows NewLocationProperty
Результат System.Windows.DependencyProperty

NewSizeProperty публичное статическое свойство

Identifies the NewSize dependency property.
public static DependencyProperty,System.Windows NewSizeProperty
Результат System.Windows.DependencyProperty

RemoveLocationProperty публичное статическое свойство

Identifies the RemoveLocation dependency property.
public static DependencyProperty,System.Windows RemoveLocationProperty
Результат System.Windows.DependencyProperty

RemoveSizeProperty публичное статическое свойство

Identifies the RemoveSize dependency property.
public static DependencyProperty,System.Windows RemoveSizeProperty
Результат System.Windows.DependencyProperty

StartOpacityProperty публичное статическое свойство

Identifies the StartOpacity dependency property.
public static DependencyProperty,System.Windows StartOpacityProperty
Результат System.Windows.DependencyProperty