IdealSizedProperty

abstract class IdealSizedProperty : Property

Simple value within a Bounds set that has an ideal value.

Properties

Link copied to clipboard
abstract val idealValue: Double

Provides the Property's ideal value directly, and does not treat it as a variable when used in a Constraint. This means the Property won't be altered to try and satisfy the constraint.

Inherited properties

Link copied to clipboard
abstract val readOnly: Double

Provides the Property's value directly, and does not treat it as a variable when used in a Constraint. This means the Property won't be altered to try and satisfy the constraint.