public class VGuideline extends Guideline


Summary

Public constructors

VGuideline(String name, String config)

Inherited Constants

From androidx.constraintlayout.core.dsl.Helper
static final Map<Constraint.SideString>
static final Map<Helper.TypeString>

Inherited methods

From androidx.constraintlayout.core.dsl.Guideline
int

Get the end position

float

Get the position in percent

int

Get the start position

void
setEnd(int end)

Set the end position

void
setPercent(float percent)

Set the position in percent

void
setStart(int start)

Set the start position

From androidx.constraintlayout.core.dsl.Helper

Public constructors

VGuideline

Added in 1.1.0-alpha13
public VGuideline(String name)

VGuideline

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