UIFontAttributes.WeakFeatureSettings Property

Definition

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.

Applies to