NSDirectionalEdgeInsets.FromString(String) Method

Definition

Creates a new NSDirectionalEdgeInset object from a curly-braced, comma-separated list of the top, leading, bottom, and trailing inset values.

public static UIKit.NSDirectionalEdgeInsets FromString (string s);
static member FromString : string -> UIKit.NSDirectionalEdgeInsets

Parameters

s
String

The string that describes the new insets.

Returns

Applies to