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

  • 關於本站
  • 免責聲明