DoubleAnimation.ByProperty 属性

定义

标识 By 依赖属性。

public:
 static property DependencyProperty ^ ByProperty { DependencyProperty ^ get(); };
static DependencyProperty ByProperty();
public static DependencyProperty ByProperty { get; }
var dependencyProperty = DoubleAnimation.byProperty;
Public Shared ReadOnly Property ByProperty As DependencyProperty

属性值

By 依赖属性的标识符。

适用于