DimensionBuilders.AngularLayoutConstraint


@RequiresSchemaVersion(major = 1, minor = 200)
class DimensionBuilders.AngularLayoutConstraint


A type for specifying layout constraints when using DegreesProp on a data bindable layout element.

Summary

Public functions

Int

Gets angular alignment of the actual content within the space reserved by value.

@Dimension(unit = 0) Float

Gets the fixed value to reserve the space when used on a layout-changing data bind.

Public functions

getAngularAlignment

Added in 1.0.0
fun getAngularAlignment(): Int

Gets angular alignment of the actual content within the space reserved by value.

getValue

Added in 1.0.0
fun getValue(): @Dimension(unit = 0) Float

Gets the fixed value to reserve the space when used on a layout-changing data bind. If not set defaults to the static value of the associated DegreesProp field.