PathGeometry.Figures 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置描述路径内容的 PathFigure 对象的集合。
public:
property System::Windows::Media::PathFigureCollection ^ Figures { System::Windows::Media::PathFigureCollection ^ get(); void set(System::Windows::Media::PathFigureCollection ^ value); };
public System.Windows.Media.PathFigureCollection Figures { get; set; }
member this.Figures : System.Windows.Media.PathFigureCollection with get, set
Public Property Figures As PathFigureCollection
属性值
描述路径内容的 PathFigure 对象的集合。 每个单独的 PathFigure 描述一种形状。
注解
XAML 属性用法
<object Figures="moveAndDrawCommands"/>
XAML 属性元素用法
<object>
<object.Figures>
oneOrMoreFigures
</object.Figures>
</object>
XAML 值
moveAndDrawCommands
一个或多个移动和绘制命令。 请参阅 路径标记语法。
oneOrMoreFigures
System.Windows.Media.PathFigure
一个或多个 PathFigure 对象。
依赖项属性信息
标识符字段 | FiguresProperty |
元数据属性设置为 true |
无 |