Share via


DictionaryContainer.SetUIEdgeInsets Method

Definition

Associates a nullable UIEdgeInsets value with key.

protected void SetUIEdgeInsets(Foundation.NSString key, UIKit.UIEdgeInsets? value);
member this.SetUIEdgeInsets : Foundation.NSString * Nullable<UIKit.UIEdgeInsets> -> unit

Parameters

key
NSString

The identifier of the value to get.

value
Nullable<UIEdgeInsets>

The nullable UIEdgeInsets value to be associated with key. Pass null to remove any existing association.

Applies to