An enumeration for use in various properties
that can take a bitwise combination of item types that make up an ITable
Namespace: yWorks.yFiles.UI.ModelAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
[FlagsAttribute] public enum StripeTypes |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration StripeTypes |
Members
| Member name | Description | ||
|---|---|---|---|
| Row | 1 | Constant for rows. | |
| Column | 2 | Constant for columns. | |
| All | 3 | Constant for all item types. | |
| None | 0 | Constant for no item type. |
Remarks
The enumeration can be used to create bitwise combination of the types.