TMLineBarIndicator
open class TMLineBarIndicator : TMBarIndicatorSimple indicator that displays as a horizontal line.
- 
                  
                  DeclarationSwift open override var displayMode: TMBarIndicator.DisplayMode { get }
- 
                  
                  Color of the line. DeclarationSwift open override var tintColor: UIColor! { get set }
- 
                  
                  Weight of the line. Options: - light: 2.0 pt
- medium: 4.0 pt
- heavy: 8.0 pt
- custom: Custom weight.
 Default: .mediumDeclarationSwift open var weight: Weight { get set }
- 
                  
                  Corner style for the ends of the line. Options: - square: Corners are squared off.
- rounded: Corners are rounded.
- eliptical: Corners are completely circular.
 Default: .square.DeclarationSwift open var cornerStyle: CornerStyle { get set }
 View on GitHub
            View on GitHub
           Install in Dash
            Install in Dash
           TMLineBarIndicator Class Reference
      TMLineBarIndicator Class Reference