MatrixAnimationUsingPath.PathGeometry 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置用于生成此动画输出值的几何图形。
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
。
注解
A PathGeometry 可以描述包含曲线和弧线的复杂形状,从而为动画输入指定复杂形状。 有关详细信息,请参阅 Geometry 概述。
依赖项属性信息
标识符字段 | PathGeometryProperty |
元数据属性设置为 true |
None |