WpfPanel.UseOpacity 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 Boolean value that specifies whether the panel is made slightly transparent when it is not in focus.
protected public:
property bool UseOpacity { bool get(); void set(bool value); };
protected internal bool UseOpacity { get; set; }
member this.UseOpacity : bool with get, set
Protected Friend Property UseOpacity As Boolean
Property Value
True
if the panel is made slightly transparent, otherwise false
.
Remarks
This is useful when you have lots of floating panels.