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 margin
Declared In
NGridCellImage.h
leftMargin
Width of the left margin.
@property (nonatomic, assign) CGFloat leftMargin
Declared In
NGridCellImage.h
rightMargin
Width of the right margin.
@property (nonatomic, assign) CGFloat rightMargin
Declared In
NGridCellImage.h
topMargin
Width of the top margin.
@property (nonatomic, assign) CGFloat topMargin
Declared In
NGridCellImage.h
bottomMargin
Width of the bottom margin.
@property (nonatomic, assign) CGFloat bottomMargin
Declared In
NGridCellImage.h
alignment
Image alignment in the cell.
@property (assign) NGridImageAlignment alignment
Declared In
NGridCellImage.h
zPosition
Z position of image in the cell.
@property (assign) NGridImageZOrder zPosition
Declared In
NGridCellImage.h