Düzenle

Aracılığıyla paylaş


UIEdgeInsets(nfloat, nfloat, nfloat, nfloat) Constructor

Definition

Public constructor.

public UIEdgeInsets (nfloat top, nfloat left, nfloat bottom, nfloat right);
new UIKit.UIEdgeInsets : nfloat * nfloat * nfloat * nfloat -> UIKit.UIEdgeInsets

Parameters

top
nfloat
left
nfloat
bottom
nfloat
right
nfloat

Remarks

Negative values shrink, positive values expand.

Applies to