Enum CustomNodeViewModelPosition
Represents the position of a node's custom view model.
public enum CustomNodeViewModelPosition
Fields
AbovePins = 0Puts the view model above the pins.
BelowPins = 4Puts the view model below the pins.
BetweenPinsBottom = 3Puts the view model between the pins, vertically aligned to the bottom.
BetweenPinsCenter = 2Puts the view model between the pins, vertically aligned to the center.
BetweenPinsTop = 1Puts the view model between the pins, vertically aligned to the top.