MatrixAnimationUsingPath.PathGeometry 属性

定义

获取或设置用于生成此动画的输出值的几何图形。

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

属性值

用于生成此动画的输出值的几何图形。 默认值为 null

注解

可以 PathGeometry 描述包含曲线和弧线的复杂形状,从而为动画输入指定复杂形状。 有关详细信息,请参阅 Geometry 概述

Dependency 属性信息

项目 价值
标识符字段 PathGeometryProperty
元数据属性设置为 true None

适用于

另请参阅