コード例 #1
0
ファイル: Util.cs プロジェクト: akrisiun/mono-source
 public static Xwt.Alignment ToAlignment(this AppKit.NSTextAlignment align)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: Util.cs プロジェクト: akrisiun/mono-source
 public static Foundation.NSMutableAttributedString WithAlignment(this Foundation.NSMutableAttributedString ns, AppKit.NSTextAlignment alignment)
 {
     throw new NotImplementedException();
 }