NSDirectionalEdgeInsets.FromString(String) Method
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.
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.