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