SwipeViewHandler 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public ref class SwipeViewHandler : Microsoft::Maui::Handlers::ViewHandler<Microsoft::Maui::ISwipeView ^, System::Object ^>, Microsoft::Maui::Handlers::ISwipeViewHandler
public class SwipeViewHandler : Microsoft.Maui.Handlers.ViewHandler<Microsoft.Maui.ISwipeView,object>, Microsoft.Maui.Handlers.ISwipeViewHandler
type SwipeViewHandler = class
inherit ViewHandler<ISwipeView, obj>
interface ISwipeViewHandler
interface IViewHandler
interface IElementHandler
Public Class SwipeViewHandler
Inherits ViewHandler(Of ISwipeView, Object)
Implements ISwipeViewHandler
- 继承
- 实现
构造函数
SwipeViewHandler() | |
SwipeViewHandler(IPropertyMapper, CommandMapper) | |
SwipeViewHandler(IPropertyMapper) |
字段
CommandMapper | |
Mapper |
属性
ContainerView |
获取充当 的容器的 PlatformView视图。 (继承自 ViewHandler) |
HasContainer |
获取或设置一个值,该值指示 是否 PlatformView 包含在视图中。 (继承自 ViewHandler) |
MauiContext | (继承自 ElementHandler) |
NeedsContainer |
获取一个值,该值指示 是否需要 VirtualView 容器视图。 (继承自 ViewHandler) |
PlatformView | (继承自 ViewHandler<TVirtualView,TPlatformView>) |
Services | (继承自 ElementHandler) |
VirtualView | (继承自 ViewHandler<TVirtualView,TPlatformView>) |