RBLineView Class Reference
Inherits from | UIView |
---|---|
Declared in | RBLineView.h |
lineColor
The color of the line.
@property (nonatomic, nonnull) UIColor *lineColor
Discussion
The color of the line.
Declared In
RBLineView.h
lineWidth
The width of the line.
@property (nonatomic) CGFloat lineWidth
Discussion
The width of the line.
Declared In
RBLineView.h
bottomLeftToTopRight
Whether the line is to be drawn bottom-left to top-right (true
)
or top-left to bottom-right (false
).
@property (nonatomic) BOOL bottomLeftToTopRight
Discussion
Whether the line is to be drawn bottom-left to top-right (true
)
or top-left to bottom-right (false
).
Declared In
RBLineView.h