RuntimePlatform ) { case Device.iOS: Padding = new Thickness(0, 20, 0, 0); break; case Device.Android: Padding = new Thickness(0); break; ...
確定! 回上一頁