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