StatusBarTextColorMode 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 text color adjustment options for the status bar.
public enum class StatusBarTextColorMode
public enum StatusBarTextColorMode
type StatusBarTextColorMode =
Public Enum StatusBarTextColorMode
- Inheritance
-
StatusBarTextColorMode
Fields
Name | Value | Description |
---|---|---|
MatchNavigationBarTextLuminosity | 0 | Indicates that the status bar text should match the luminosity of the navigation bar. |
DoNotAdjust | 1 | Indicates that the text color should not be adjusted. |
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.