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 class LargeTitleDisplayMode
public enum LargeTitleDisplayMode
type LargeTitleDisplayMode =
Public Enum LargeTitleDisplayMode
- Inheritance
-
LargeTitleDisplayMode
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. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.