class VNCircleProgressbar : View
<init> |
VNCircleProgressbar(context: Context, attributes: AttributeSet) |
backgroundCircleColor |
var backgroundCircleColor: Int |
backgroundCircleStrokeWidth |
var backgroundCircleStrokeWidth: Float |
foregroundCircleColor |
var foregroundCircleColor: Int |
foregroundCircleStrokeWidth |
var foregroundCircleStrokeWidth: Float |
startAngle |
Start the progress at 12 o'clock var startAngle: Float |
vnMax |
var vnMax: Int |
vnMin |
var vnMin: Int |
vnProgress |
Progress Bar var vnProgress: Int |
onDraw |
fun onDraw(canvas: Canvas?): Unit |
onMeasure |
fun onMeasure(widthMeasureSpec: Int, heightMeasureSpec: Int): Unit |