The members of UIKit.UIStringAttributes are listed below.
See Also: Inherited members from Foundation.DictionaryContainer
| Default constructor | ||
| Creates a UIStringAttributes from UIKit NSAttributedString attributes stored in a dictionary. |
| BackgroundColor | UIColor. Background Color for the text. | |
| BaselineOffset | Nullable<float>. The distance from the bottom of the bounding box of the glyphs of the string to their baseline. | |
| Expansion | Nullable<float>. The log of the expansion factor to be applied to glyphs. | |
| Font | UIFont. Font to use for the text. | |
| ForegroundColor | UIColor. Foreground Color for the text | |
| KerningAdjustment | Nullable<float>. Kerning value used for the text | |
| Ligature | Nullable<Foundation.NSLigatureType>. The style of ligatures to use. | |
| Link | Foundation.NSUrl. The destination URL of a hyperlink. | |
| Obliqueness | Nullable<float>. The amount of skew to apply to glyphs. | |
| ParagraphStyle | NSParagraphStyle. Used to specify a custom paragraph style. | |
| Shadow | NSShadow. Shadow to use for the text. | |
| StrikethroughColor | UIColor. The color to be used for the strikethrough stroke. | |
| StrikethroughStyle | Nullable<Foundation.NSUnderlineStyle>. Strikethrough style. | |
| StrokeColor | UIColor. Stroke Color. | |
| StrokeWidth | Nullable<float>. The stroke width for drawing the text | |
| TextAttachment | NSTextAttachment. The NSTextAttachment, if any. | |
| TextEffect | NSTextEffect. The NSTextEffect applied to the string. | |
| UnderlineColor | UIColor. The color of the underline stroke. | |
| UnderlineStyle | Nullable<Foundation.NSUnderlineStyle>. Underline style for the text. | |
| WeakTextEffect | Foundation.NSString. A reference to the text effect that does not prevent garbage collection of the underlying resource. | |
| WritingDirectionInt | Foundation.NSNumber[]. An array indicating the writing-direction overrides. |