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