BladeMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The blade mode.
public enum BladeMode
type BladeMode =
Public Enum BladeMode
- Inheritance
-
BladeMode
Fields
Name | Value | Description |
---|---|---|
Normal | 0 | Default mode : each blade will take the specified Width and Height |
Fullscreen | 1 | Fullscreen mode : each blade will take the entire Width and Height of the UI control container (cf BladeView) |