Enumeration of the possible positions of the InteriorStretchLabelModel.
Namespace: yWorks.yFiles.UI.LabelModelsAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public enum Position |
| Visual Basic |
|---|
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 | |
| Center | 4 | Encodes a position at the center of the node interior |
Remarks
This field can be used as an argument for the CreateParameter(InteriorStretchLabelModel..::..Position) factory
method.