Enum CustomNodeViewModelPosition
Represents the position of a node's custom view model.
Namespace: Artemis.Core
Assembly: Artemis.Core.dll
Syntax
public enum CustomNodeViewModelPosition
Fields
Name | Description |
---|---|
AbovePins | Puts the view model above the pins. |
BelowPins | Puts the view model below the pins. |
BetweenPinsBottom | Puts the view model between the pins, vertically aligned to the bottom. |
BetweenPinsCenter | Puts the view model between the pins, vertically aligned to the center. |
BetweenPinsTop | Puts the view model between the pins, vertically aligned to the top. |