Enumeration of the possible positions of the ExteriorLabelModel.

Namespace: yWorks.yFiles.UI.LabelModels
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
[ObfuscationAttribute(StripAfterObfuscation = false, Exclude = true, 
	ApplyToMembers = true)]
public enum Position
Visual Basic
<ObfuscationAttribute(StripAfterObfuscation := False, Exclude := True,  _
	ApplyToMembers := True)> _
Public Enumeration Position

Members

Member nameDescription
North0 Encodes a position outside the node at the top
East1 Encodes a position outside the node at the right side
South2 Encodes a position outside the node at the bottom
West3 Encodes a position outside the node at the left side
NorthEast4 Encodes a position outside the node at the upper right corner
SouthEast5 Encodes a position outside the node at the lower right corner
NorthWest6 Encodes a position outside the node at the upper left corner
SouthWest7 Encodes a position outside the node at the lower left corner

Remarks

This field can be used as an argument for the CreateParameter(ExteriorLabelModel..::..Position) factory method.

See Also