NSDirectionalEdgeInsets(nfloat, nfloat, nfloat, nfloat) Constructor

Definition

Creates an inset object with the specified values.

public NSDirectionalEdgeInsets (nfloat top, nfloat leading, nfloat bottom, nfloat trailing);
new UIKit.NSDirectionalEdgeInsets : nfloat * nfloat * nfloat * nfloat -> UIKit.NSDirectionalEdgeInsets

Parameters

top
nfloat
leading
nfloat
bottom
nfloat
trailing
nfloat

Applies to