ShapeViewHandler 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public ref class ShapeViewHandler : Microsoft::Maui::Handlers::ViewHandler<Microsoft::Maui::IShapeView ^, System::Object ^>, Microsoft::Maui::Handlers::IShapeViewHandler
public class ShapeViewHandler : Microsoft.Maui.Handlers.ViewHandler<Microsoft.Maui.IShapeView,object>, Microsoft.Maui.Handlers.IShapeViewHandler
type ShapeViewHandler = class
inherit ViewHandler<IShapeView, obj>
interface IShapeViewHandler
interface IViewHandler
interface IElementHandler
Public Class ShapeViewHandler
Inherits ViewHandler(Of IShapeView, Object)
Implements IShapeViewHandler
- 繼承
- 衍生
- 實作
建構函式
ShapeViewHandler() | |
ShapeViewHandler(IPropertyMapper, CommandMapper) | |
ShapeViewHandler(IPropertyMapper) |
欄位
CommandMapper | |
Mapper |
屬性
ContainerView |
取得做為 容器的 PlatformView檢視。 (繼承來源 ViewHandler) |
HasContainer |
取得或設定值,這個值表示 是否 PlatformView 包含在檢視中。 (繼承來源 ViewHandler) |
MauiContext | (繼承來源 ElementHandler) |
NeedsContainer |
取得值,這個值表示 是否需要 VirtualView 容器檢視。 (繼承來源 ViewHandler) |
PlatformView | (繼承來源 ViewHandler<TVirtualView,TPlatformView>) |
Services | (繼承來源 ElementHandler) |
VirtualView | (繼承來源 ViewHandler<TVirtualView,TPlatformView>) |