PointAnimationUsingPath.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

依赖项属性信息

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

适用于

另请参阅