UIEdgeInsets(nfloat, nfloat, nfloat, nfloat) Constructor
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.
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.