Table of Contents

Enum CustomNodeViewModelPosition

Namespace
Artemis.Core
Assembly
Artemis.Core.dll

Represents the position of a node's custom view model.

public enum CustomNodeViewModelPosition

Fields

AbovePins = 0

Puts the view model above the pins.

BelowPins = 4

Puts the view model below the pins.

BetweenPinsBottom = 3

Puts the view model between the pins, vertically aligned to the bottom.

BetweenPinsCenter = 2

Puts the view model between the pins, vertically aligned to the center.

BetweenPinsTop = 1

Puts the view model between the pins, vertically aligned to the top.