NGridCellImage Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | NGridCellImage.h |
Overview
The NGridCellImage class is a container for UIImage that simplifies the work with the images in the grid cells.
margin
Width of the margin. Setting up this property changes width of left, right, top and bottom margins.
@property (nonatomic, assign) CGFloat marginDeclared In
NGridCellImage.h
leftMargin
Width of the left margin.
@property (nonatomic, assign) CGFloat leftMarginDeclared In
NGridCellImage.h
rightMargin
Width of the right margin.
@property (nonatomic, assign) CGFloat rightMarginDeclared In
NGridCellImage.h
topMargin
Width of the top margin.
@property (nonatomic, assign) CGFloat topMarginDeclared In
NGridCellImage.h
bottomMargin
Width of the bottom margin.
@property (nonatomic, assign) CGFloat bottomMarginDeclared In
NGridCellImage.h
alignment
Image alignment in the cell.
@property (assign) NGridImageAlignment alignmentDeclared In
NGridCellImage.h
zPosition
Z position of image in the cell.
@property (assign) NGridImageZOrder zPositionDeclared In
NGridCellImage.h