NGridDecoratedCell Class Reference
Inherits from | NGridCell : UIView |
---|---|
Declared in | NGridDecoratedCell.h |
Overview
The NGridDecoratedCell class defines attributes and behavior of the cells with border decorations.
topBorderWidth
Size of the top border in pixels.
@property (assign) CGFloat topBorderWidth
Declared In
NGridDecoratedCell.h
rightBorderWidth
Size of the right border in pixels.
@property (assign) CGFloat rightBorderWidth
Declared In
NGridDecoratedCell.h
bottomBorderWidth
Size of the bottom border in pixels.
@property (assign) CGFloat bottomBorderWidth
Declared In
NGridDecoratedCell.h
leftBorderWidth
Size of the left border in pixels.
@property (assign) CGFloat leftBorderWidth
Declared In
NGridDecoratedCell.h
borderWidth
Convenient method for setting all four values for top, right, bottom, left borders in pixels.
@property (nonatomic, assign) CGFloat borderWidth
Declared In
NGridDecoratedCell.h
leftBorderColor
Color of the left border.
@property (nonatomic, retain) UIColor *leftBorderColor
Declared In
NGridDecoratedCell.h
rightBorderColor
Color of the right border.
@property (nonatomic, retain) UIColor *rightBorderColor
Declared In
NGridDecoratedCell.h
topBorderColor
Color of the top border.
@property (nonatomic, retain) UIColor *topBorderColor
Declared In
NGridDecoratedCell.h
bottomBorderColor
Color of the bottom border.
@property (nonatomic, retain) UIColor *bottomBorderColor
Declared In
NGridDecoratedCell.h
leftDash
Left dash pattern. Used if non-solid lines are needed. Expects an array of values that specify the lengths of the painted segments and unpainted segments, respectively, of the dash pattern.
@property (nonatomic, retain) NSArray *leftDash
Declared In
NGridDecoratedCell.h
rightDash
Right dash pattern. Used if non-solid lines are required. Expects an array of values that specify the lengths of the painted segments and unpainted segments, respectively, of the dash pattern.
@property (nonatomic, retain) NSArray *rightDash
Declared In
NGridDecoratedCell.h
topDash
Top dash pattern. Used if non-solid lines are needed. Expects an array of values that specify the lengths of the painted segments and unpainted segments, respectively, of the dash pattern.
@property (nonatomic, retain) NSArray *topDash
Declared In
NGridDecoratedCell.h
bottomDash
Bottom dash pattern. Used if non-solid lines are needed. Expects an array of values that specify the lengths of the painted segments and unpainted segments, respectively, of the dash pattern.
@property (nonatomic, retain) NSArray *bottomDash
Declared In
NGridDecoratedCell.h