AmbientTheme.UseOperatingSystemSettings Property
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.
Gets or sets a value indicating whether the AmbientTheme uses the theme settings of the operating system.
public:
virtual property bool UseOperatingSystemSettings { bool get(); };
[System.ComponentModel.Browsable(false)]
public virtual bool UseOperatingSystemSettings { get; }
[<System.ComponentModel.Browsable(false)>]
member this.UseOperatingSystemSettings : bool
Public Overridable ReadOnly Property UseOperatingSystemSettings As Boolean
Property Value
true
if the AmbientTheme uses theme settings of the operating system; otherwise, false
. The default is false
.
- Attributes
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.