UIStringAttributes Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| UIStringAttributes() |
Initializes a new instance of the UIStringAttributes class. |
| UIStringAttributes(NSDictionary) |
Creates a UIStringAttributes from UIKit NSAttributedString attributes stored in a dictionary. |
UIStringAttributes()
UIStringAttributes(NSDictionary)
Creates a UIStringAttributes from UIKit NSAttributedString attributes stored in a dictionary.
public UIStringAttributes(Foundation.NSDictionary dictionary);
public UIStringAttributes(Foundation.NSDictionary? dictionary);
new UIKit.UIStringAttributes : Foundation.NSDictionary -> UIKit.UIStringAttributes
Parameters
- dictionary
- NSDictionary
Dictionary to initialize from.