Enumeration that specifies the various hot spot regions of an IStripe instance
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] public enum StripeSubregion |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration StripeSubregion |
Members
| Member name | Description | ||
|---|---|---|---|
| None | 0 | No active hotspot region | |
| Stripe | 1 | Flag for the stripe itself | |
| LeadingHeader | 2 | Flag for the leading stripe header | |
| TrailingHeader | 4 | Flag for the trailing stripe header | |
| Header | 6 | Flag for both stripe headers | |
| NearBorder | 8 | Flag for the stripe near border region | |
| FarBorder | 16 | Flag for the stripe far border region | |
| All | 31 | Flag for any stripe region |