RoundRectangleGeometry 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public ref class RoundRectangleGeometry : Microsoft::Maui::Controls::Shapes::GeometryGroup
public class RoundRectangleGeometry : Microsoft.Maui.Controls.Shapes.GeometryGroup
type RoundRectangleGeometry = class
inherit GeometryGroup
Public Class RoundRectangleGeometry
Inherits GeometryGroup
- 继承
构造函数
RoundRectangleGeometry() | |
RoundRectangleGeometry(CornerRadius, Rect) |
字段
CornerRadiusProperty |
的可绑定属性 CornerRadius。 |
RectProperty |
的可绑定属性 Rect。 |
属性
BindingContext |
获取或设置一个对象,该对象包含由属于此 BindableObject属性的绑定属性所面向的属性。 这是一种可绑定属性。 (继承自 BindableObject) |
Children | (继承自 GeometryGroup) |
CornerRadius | |
Dispatcher |
获取创建此可绑定对象时可用的调度程序,否则会尝试查找最近的可用调度程序(可能是窗口的/应用)。 (继承自 BindableObject) |
FillRule | (继承自 GeometryGroup) |
Rect |
方法
事件
BindingContextChanged |
当 BindingContext 属性的值更改时发生。 (继承自 BindableObject) |
InvalidateGeometryRequested | (继承自 GeometryGroup) |
PropertyChanged |
在属性值更改时发生。 (继承自 BindableObject) |
PropertyChanging |
在属性值更改时发生。 (继承自 BindableObject) |
显式接口实现
IDynamicResourceHandler.SetDynamicResource(BindableProperty, String) | (继承自 BindableObject) |
IShape.PathForBounds(Rect) | (继承自 Geometry) |