Share via


WpfPanel.UseOpacity Property

Definition

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.

Applies to