LightBulbPresenterStyle.DiscoveryModeBackgroundColor 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 a Color that will be used to paint the background of the LightBulb in discovery mode.
public:
virtual property System::Windows::Media::Color DiscoveryModeBackgroundColor { System::Windows::Media::Color get(); void set(System::Windows::Media::Color value); };
public virtual System.Windows.Media.Color DiscoveryModeBackgroundColor { get; set; }
member this.DiscoveryModeBackgroundColor : System.Windows.Media.Color with get, set
Public Overridable Property DiscoveryModeBackgroundColor As Color
Property Value
A Color that is used to paint the background of the LightBulb in discovery mode.