SwitchCell 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
带有标签和打开/关闭开关的 Cell。
public ref class SwitchCell : Microsoft::Maui::Controls::Cell
public class SwitchCell : Microsoft.Maui.Controls.Cell
type SwitchCell = class
inherit Cell
Public Class SwitchCell
Inherits Cell
- 继承
注解
下面的示例演示了基本用法。
using System;
using Microsoft.Maui.Controls;
namespace FormsGallery
{
class SwitchCellDemoPage : ContentPage
{
public SwitchCellDemoPage()
{
Label header = new Label
{
Text = "SwitchCell",
FontSize = Device.GetNamedSize (NamedSize.Large, typeof(Label)),
HorizontalOptions = LayoutOptions.Center
};
TableView tableView = new TableView
{
Intent = TableIntent.Form,
Root = new TableRoot
{
new TableSection
{
new SwitchCell
{
Text = "SwitchCell:"
}
}
}
};
// Accomodate iPhone status bar.
this.Padding = new Thickness(10, Device.OnPlatform(20, 0, 0), 10, 5);
// Build the page.
this.Content = new StackLayout
{
Children =
{
header,
tableView
}
};
}
}
}
构造函数
SwitchCell() |
带有标签和打开/关闭开关的 Cell。 |
字段
DefaultCellHeight |
单元的默认高度。 (继承自 Cell) |
OnColorProperty |
的可绑定属性 OnColor。 |
OnProperty |
的可绑定属性 On。 |
TextProperty |
的可绑定属性 Text。 |
transientNamescope |
带有标签和打开/关闭开关的 Cell。 (继承自 Element) |
属性
AutomationId |
获取或设置允许自动化框架查找此元素并与其交互的值。 (继承自 Element) |
BindingContext |
获取或设置一个对象,该对象包含由属于此 BindableObject属性的绑定属性所面向的属性。 这是一种可绑定属性。 (继承自 BindableObject) |
ClassId |
获取或设置用于标识语义相似元素集合的值。 (继承自 Element) |
ContextActions |
获取当用户在 Cell 上执行特定于设备的上下文手势时要显示的菜单项列表。 (继承自 Cell) |
Dispatcher |
获取创建此可绑定对象时可用的调度程序,否则会尝试查找最近的可用调度程序(可能是窗口的/应用)。 (继承自 BindableObject) |
EffectControlProvider |
供 .NET MAUI 内部使用。 (继承自 Element) |
Effects |
获取或设置将在运行时应用于元素的样式和属性。 (继承自 Element) |
Handler |
获取或设置此元素的关联处理程序。 (继承自 Element) |
HasContextActions |
获取一个值,该值指示单元在其 ContextActions 列表属性中是否至少具有一个菜单项。 (继承自 Cell) |
Height |
获取或设置 Cell 的高度。 (继承自 Cell) |
Id |
获取一个值,该值可用于在应用程序运行过程中唯一标识元素。 (继承自 Element) |
IsContextActionsLegacyModeEnabled |
带有标签和打开/关闭开关的 Cell。 (继承自 Cell) |
IsEnabled |
获取或设置 Cell 的 IsEnabled 状态。 这是一种可绑定属性。 (继承自 Cell) |
LogicalChildren |
已过时.
带有标签和打开/关闭开关的 Cell。 (继承自 Element) |
On |
获取或设置开关状态。 这是一种可绑定属性。 |
OnColor |
带有标签和打开/关闭开关的 Cell。 |
Parent |
获取或设置此元素的父 Element 级。 (继承自 Element) |
RealParent |
供 .NET MAUI 内部使用。 (继承自 Element) |
RenderHeight |
获取设备上呈现的单元的高度。 (继承自 Cell) |
StyleId |
获取或设置用于唯一地标识元素的用户定义的值。 (继承自 Element) |
Text |
获取或设置开关旁边显示的文本。 这是一种可绑定属性。 |
方法
事件
Appearing |
带有标签和打开/关闭开关的 Cell。 (继承自 Cell) |
BindingContextChanged |
当 BindingContext 属性的值更改时发生。 (继承自 BindableObject) |
ChildAdded |
每当将子元素添加到元素时引发。 (继承自 Element) |
ChildRemoved |
每当从元素中删除子元素时引发。 (继承自 Element) |
DescendantAdded |
每当将子元素添加到元素的子树时引发。 (继承自 Element) |
DescendantRemoved |
每当从元素子树中删除子元素时引发。 (继承自 Element) |
Disappearing |
带有标签和打开/关闭开关的 Cell。 (继承自 Cell) |
ForceUpdateSizeRequested |
带有标签和打开/关闭开关的 Cell。 (继承自 Cell) |
HandlerChanged |
每当元素的处理程序发生更改时引发。 (继承自 Element) |
HandlerChanging |
每当元素的处理程序开始更改时引发。 (继承自 Element) |
OnChanged |
带有标签和打开/关闭开关的 Cell。 |
ParentChanged |
每当元素的父级发生更改时引发。 (继承自 Element) |
ParentChanging |
每当元素开始更改时引发。 (继承自 Element) |
PropertyChanged |
在属性值更改时发生。 (继承自 BindableObject) |
PropertyChanging |
在属性值更改时发生。 (继承自 BindableObject) |
Tapped |
带有标签和打开/关闭开关的 Cell。 (继承自 Cell) |
显式接口实现
IContextFlyoutElement.ContextFlyout |
获取 ContextFlyout 视图。 菜单浮出控件、菜单浮出控件子项和菜单浮出控件分隔符可以添加到上下文浮出控件中。 (继承自 Element) |
IDynamicResourceHandler.SetDynamicResource(BindableProperty, String) |
带有标签和打开/关闭开关的 Cell。 (继承自 BindableObject) |
IEffectControlProvider.RegisterEffect(Effect) |
注册此元素的指定 |
IElement.Parent |
获取元素的父级。 (继承自 Element) |
IElementController.Descendants() |
供 .NET MAUI 内部使用。 (继承自 Element) |
IElementController.LogicalChildren |
供 .NET MAUI 内部使用。 (继承自 Element) |
IElementController.SetValueFromRenderer(BindableProperty, Object) |
供 .NET MAUI 内部使用。 (继承自 Element) |
INameScope.RegisterName(String, Object) |
供 .NET MAUI 内部使用。 (继承自 Element) |
INameScope.UnregisterName(String) |
供 .NET MAUI 内部使用。 (继承自 Element) |
IToolTipElement.ToolTip |
表示一个小矩形弹出窗口,当用户将指针放在视图上时,显示视图用途的简要说明。 (继承自 Element) |
IVisualTreeElement.GetVisualChildren() |
带有标签和打开/关闭开关的 Cell。 (继承自 Cell) |
IVisualTreeElement.GetVisualParent() |
获取元素的视觉父级。 (继承自 Element) |