class VGuideline : Guideline


Summary

Public constructors

VGuideline(name: String!, config: String!)

Inherited functions

From androidx.constraintlayout.core.dsl.Guideline
Int

Get the end position

Float

Get the position in percent

Int

Get the start position

Unit
setEnd(end: Int)

Set the end position

Unit
setPercent(percent: Float)

Set the position in percent

Unit
setStart(start: Int)

Set the start position

From androidx.constraintlayout.core.dsl.Helper

Public constructors

VGuideline

Added in 1.1.0-alpha13
VGuideline(name: String!)

VGuideline

Added in 1.1.0-alpha13
VGuideline(name: String!, config: String!)