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.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)
Syntax
| C# |
|---|
[ObfuscationAttribute(StripAfterObfuscation = false, Exclude = true, ApplyToMembers = true)] [FlagsAttribute] public enum StripeTypes |
| Visual Basic |
|---|
<ObfuscationAttribute(StripAfterObfuscation := False, Exclude := True, _ ApplyToMembers := True)> _ <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.