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

  • 關於本站
  • 免責聲明