예제 #1
0
 public void SetAlignment(Xwt.Alignment textAlignment)
 {
     if (this.textAlignment != textAlignment)
     {
         this.textAlignment = textAlignment;
         if (formattedText != null)
         {
             ApplyAlignment();
         }
     }
 }
예제 #2
0
 public static AppKit.NSTextAlignment ToNSTextAlignment(this Xwt.Alignment align)
 {
     throw new NotImplementedException();
 }