logo
  • 教程列表
  • SO官方文档
  • Xamarin.Forms Cells
    • EntryCell
    • SwitchCell
    • TextCell
    • ImageCell
    • ViewCell
  1. StackOverflow 文档
  2. Xamarin.Forms 教程
  3. Xamarin.Forms Cells
  4. SwitchCell

SwitchCell

Created: November-22, 2018

SwitchCell 是一个 Cell,它结合了 Label 和 on-off 开关的功能。SwitchCell 可用于打开和关闭功能,甚至用户首选项或配置选项。

XAML

<SwitchCell Text="Switch It Up!" />

码

var switchCell = new SwitchCell {
Text = "Switch It Up!"
};

StackOverflow 文档

  • TextCell
  • EntryCell

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 关于我们
  • 免责声明