DkmInstalledApplicationInfo.BackgroundColor 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.
[Optional] The application background color.
public:
property System::String ^ BackgroundColor { System::String ^ get(); };
public:
property Platform::String ^ BackgroundColor { Platform::String ^ get(); };
public string BackgroundColor { get; }
public string? BackgroundColor { get; }
member this.BackgroundColor : string
Public ReadOnly Property BackgroundColor As String