DoubleAnimationUsingPath.Source 属性

定义

获取或设置此动画的 PathGeometry 方位,确定此动画的输出值。

public:
 property System::Windows::Media::Animation::PathAnimationSource Source { System::Windows::Media::Animation::PathAnimationSource get(); void set(System::Windows::Media::Animation::PathAnimationSource value); };
public System.Windows.Media.Animation.PathAnimationSource Source { get; set; }
member this.Source : System.Windows.Media.Animation.PathAnimationSource with get, set
Public Property Source As PathAnimationSource

属性值

此动画的 PathGeometry 方位,用于确定此动画的输出值。 默认值是 X

注解

依赖项属性信息

标识符字段 SourceProperty
元数据属性设置为 true

适用于

另请参阅