Enum VmbFeatureVisibility
- Assembly
- VisioForge.Core.dll
Enum representing feature visibility levels.
public enum VmbFeatureVisibility : uintFields
Unknown = 0-
Feature visibility is not known.
Beginner = 1-
Feature is visible in feature list at the beginner level.
Expert = 2-
Feature is visible in feature list at the expert level.
Guru = 3-
Feature is visible in feature list at the guru level.
Invisible = 4-
Feature is visible in the feature list, but should be hidden in GUI applications.