PathGeometry 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
[Xamarin.Forms.ContentProperty("Figures")]
public sealed class PathGeometry : Xamarin.Forms.Shapes.Geometry
type PathGeometry = class
inherit Geometry
- 继承
- 属性
构造函数
| PathGeometry() | |
| PathGeometry(PathFigureCollection, FillRule) | |
| PathGeometry(PathFigureCollection) |
字段
| FiguresProperty | |
| FillRuleProperty |
属性
| BindingContext |
获取或设置对象,该对象包含将被属于此 BindableObject 的绑定属性设定为目标的属性。 (继承自 BindableObject) |
| Dispatcher | (继承自 BindableObject) |
| Figures | |
| FillRule | |
方法
事件
| BindingContextChanged |
只要 BindingContext 属性更改就会引发。 (继承自 BindableObject) |
| PropertyChanged |
在属性已更改时引发。 (继承自 BindableObject) |
| PropertyChanging |
在属性将要更改时引发。 (继承自 BindableObject) |
显式接口实现
| IDynamicResourceHandler.SetDynamicResource(BindableProperty, String) |
供 Xamarin.Forms 平台内部使用。 (继承自 BindableObject) |