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

Base class for animations that require easing and start/end position calculations.
Наследование: EasingAnimate
Показать файл Открыть проект

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

Свойство Тип Описание
LocationProperty System.Windows.DependencyProperty
SizeProperty System.Windows.DependencyProperty

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

Метод Описание
BoundsEasingAnimate ( MetaElementStatus target ) : System

Initialize a new instance of the SizePositionAnimate class.

RectFromLocation ( AnimateLocation location, MetaPanelBase metaPanel, MetaElementState elementState ) : Rect

Calculate appropriate rectangle from given current state and target location.

RectFromSize ( AnimateSize size, Rect rect, MetaElementState elementState ) : Rect

Calculate appropriate rectangle from given current state and target size.

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

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

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

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

Initialize a new instance of the SizePositionAnimate class.
protected BoundsEasingAnimate ( MetaElementStatus target ) : System
target MetaElementStatus State of elements to animate.
Результат System

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

Calculate appropriate rectangle from given current state and target location.
protected RectFromLocation ( AnimateLocation location, MetaPanelBase metaPanel, MetaElementState elementState ) : Rect
location AnimateLocation Location enumeration.
metaPanel MetaPanelBase Reference to owning panel instance.
elementState MetaElementState Animation state of element.
Результат System.Windows.Rect

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

Calculate appropriate rectangle from given current state and target size.
protected RectFromSize ( AnimateSize size, Rect rect, MetaElementState elementState ) : Rect
size AnimateSize Size enumeration.
rect System.Windows.Rect Rectangle to modify.
elementState MetaElementState Animation state of element.
Результат System.Windows.Rect

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

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

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

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

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