Constraints
open class Constraints
Defines constraints
-
Initializes a new instance of the Constraints class.
Declaration
Swift
public init()
Return Value
The newly created Constraints object.
-
Gets or sets the minimal node width allowed. The value can be nil.
Declaration
Swift
open var minWidth: Double?
-
Gets or sets a value indicating whether a node should always stay in the boundaries of its group master node.
Declaration
Swift
open var keepInsideParent: Bool