NSDirectionalEdgeInsets(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.
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