Enumeration of the possible positions of the InteriorLabelModel.
Namespace: yWorks.yFiles.UI.LabelModelsAssembly: 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 name | Description | ||
|---|---|---|---|
| North | 0 | Encodes a position at the top side of the node interior | |
| East | 1 | Encodes a position at the right side of the node interior | |
| South | 2 | Encodes a position at the bottom side of the node interior | |
| West | 3 | 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.