UIFontAttributes.WeakFeatureSettings Property
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.
The weakly-typed version of the FeatureSettings property.
public Foundation.NSDictionary[] WeakFeatureSettings { get; set; }
public Foundation.NSDictionary[]? WeakFeatureSettings { get; set; }
member this.WeakFeatureSettings : Foundation.NSDictionary[] with get, set
Property Value
An array of dictionaries representing the feature settings, or null if not set.
Remarks
This uses the raw, untyped version of the feature settings.