Search
NodeConstraints Members
Constructors Properties
 


Defines specific constraints that can be applied to the size and location of nodes.

The following tables list the members exposed by the NodeConstraints type.

 Public Constructors

  Name Description

NodeConstraints

Initializes a new instance of the NodeConstraints class.

 Public Properties

  Name Description

keepRatio

Gets or sets a value indicating whether the initial width/height ratio of a node should be preserved.

maxHeight

Gets or sets the maximal node height allowed.

maxWidth

Gets or sets the maximal node width allowed.

minHeight

Gets or sets the minimal node height allowed.

minWidth

Gets or sets the minimal node width allowed.

moveDirection

Gets or sets constraints on movement direction.

 See Also