The members of UIKit.UISimpleTextPrintFormatter are listed below.
See Also: Inherited members from UIKit.UIPrintFormatter
| Default constructor that initializes a new instance of this class with no parameters. | ||
| Documentation for this section has not yet been entered. | ||
| Documentation for this section has not yet been entered. |
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
| AttributedText | Foundation.NSAttributedString. The attributed text. | |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| Color | UIColor. The color of the text. | |
| Font | UIFont. The font used to print. If null, the system font is used. | |
| Text | string. The plain text to be printed. | |
| TextAlignment | UITextAlignment. The alignment of printed text. The default is UITextAlignment.Left. |