LargeTitleDisplayMode 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.
Enumerates preferences for displaying large titles.
public enum LargeTitleDisplayMode
type LargeTitleDisplayMode =
- Inheritance
-
System.EnumLargeTitleDisplayMode
Fields
Name | Value | Description |
---|---|---|
Automatic | 0 | Display large titles if the previous screen had displayed large titles. |
Always | 1 | Always display large titles. |
Never | 2 | Never display large titles. |