Byte constant that can be used for the fillStyle property.
Namespace: yWorks.yFiles.Layout.TreeAssembly: yWorks.yFilesSilverlight.Algorithms (in yWorks.yFilesSilverlight.Algorithms.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public enum FillStyle |
| Visual Basic |
|---|
Public Enumeration FillStyle |
Members
| Member name | Description | ||
|---|---|---|---|
| Leading | 1 | Byte constant that can be used for the fillStyle property. Elements in one lane will be aligned with the leading edge. | |
| Centered | 4 | Byte constant that can be used for the fillStyle property. Elements in one lane will be centered with the bounds. | |
| Justify | 3 | Byte constant that can be used for the fillStyle property. Elements in one lane will be justified with the bounds. | |
| Trailing | 2 | Byte constant that can be used for the fillStyle property. Elements in one lane will be aligned with the trailing edge. |