C# 클래스 ComponentFactory.Quicksilver.Layout.FixedMetaPanelBase

Base for predefined MetaPanelBase classes.
상속: MetaPanelBase
파일 보기 프로젝트 열기: ComponentFactory/Quicksilver

공개 프로퍼티들

프로퍼티 타입 설명
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