UIKit.UIStringAttributes Members

The members of UIKit.UIStringAttributes are listed below.

See Also: Inherited members from Foundation.DictionaryContainer

Public Constructors

Default constructor
Creates a UIStringAttributes from UIKit NSAttributedString attributes stored in a dictionary.

Public Properties

BackgroundColorUIColor. Background Color for the text.
BaselineOffsetNullable<float>. The distance from the bottom of the bounding box of the glyphs of the string to their baseline.
ExpansionNullable<float>. The log of the expansion factor to be applied to glyphs.
FontUIFont. Font to use for the text.
ForegroundColorUIColor. Foreground Color for the text
KerningAdjustmentNullable<float>. Kerning value used for the text
LigatureNullable<Foundation.NSLigatureType>. The style of ligatures to use.
LinkFoundation.NSUrl. The destination URL of a hyperlink.
ObliquenessNullable<float>. The amount of skew to apply to glyphs.
ParagraphStyleNSParagraphStyle. Used to specify a custom paragraph style.
ShadowNSShadow. Shadow to use for the text.
StrikethroughColorUIColor. The color to be used for the strikethrough stroke.
StrikethroughStyleNullable<Foundation.NSUnderlineStyle>. Strikethrough style.
StrokeColorUIColor. Stroke Color.
StrokeWidthNullable<float>. The stroke width for drawing the text
TextAttachmentNSTextAttachment. The NSTextAttachment, if any.
TextEffectNSTextEffect. The NSTextEffect applied to the string.
UnderlineColorUIColor. The color of the underline stroke.
UnderlineStyleNullable<Foundation.NSUnderlineStyle>. Underline style for the text.
WeakTextEffectFoundation.NSString. A reference to the text effect that does not prevent garbage collection of the underlying resource.
WritingDirectionIntFoundation.NSNumber[]. An array indicating the writing-direction overrides.