logo
  • 教程列表
  • SO官方文档
  • 特定于平台的行为
    • 删除 Anroid 中导航标题中的图标
    • 在 iOS 中使标签字体较小
  1. StackOverflow 文档
  2. Xamarin.Forms 教程
  3. 特定于平台的行为

特定于平台的行为

Created: November-22, 2018

目标平台

if(Device.OS == TargetPlatform.Android)
{

}
else if (Device.OS == TargetPlatform.iOS)
{

}
else if (Device.OS == TargetPlatform.WinPhone)
{

}
else if (Device.OS == TargetPlatform.Windows)
{

}
else if (Device.OS == TargetPlatform.Other)
{

}
  • 删除 Anroid 中导航标题中的图标

Copyright © 2018. All right reserved

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

  • 关于我们
  • 免责声明