Enumeration of the possible positions of the InteriorLabelModel.

Namespace: yWorks.yFiles.UI.LabelModels
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

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 at the top side of the node interior
East1 Encodes a position at the right side of the node interior
South2 Encodes a position at the bottom side of the node interior
West3 Encodes a position at the left side of the node interior

Remarks

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

See Also