ItemsLayout 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public abstract class ItemsLayout : Xamarin.Forms.BindableObject, System.ComponentModel.INotifyPropertyChanged, Xamarin.Forms.IItemsLayout
type ItemsLayout = class
inherit BindableObject
interface IItemsLayout
interface INotifyPropertyChanged
- 继承
- 派生
- 实现
-
System.ComponentModel.INotifyPropertyChanged IItemsLayout
构造函数
ItemsLayout(ItemsLayoutOrientation) |
字段
SnapPointsAlignmentProperty |
SnapPointsAlignment 字段的后备存储。 |
SnapPointsTypeProperty |
SnapPointsType 字段的后备存储。 |
属性
BindingContext |
获取或设置对象,该对象包含将被属于此 BindableObject 的绑定属性设定为目标的属性。 (继承自 BindableObject) |
Dispatcher | (继承自 BindableObject) |
Orientation | |
SnapPointsAlignment | |
SnapPointsType |
方法
事件
BindingContextChanged |
只要 BindingContext 属性更改就会引发。 (继承自 BindableObject) |
PropertyChanged |
在属性已更改时引发。 (继承自 BindableObject) |
PropertyChanging |
在属性将要更改时引发。 (继承自 BindableObject) |
显式接口实现
IDynamicResourceHandler.SetDynamicResource(BindableProperty, String) |
供 Xamarin.Forms 平台内部使用。 (继承自 BindableObject) |