WpfWindow.Transparent Property

Gets a value that indicates whether this window is transparent.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WpfControls
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property Transparent As Boolean
public virtual bool Transparent { get; }
public:
virtual property bool Transparent {
    bool get ();
}
abstract Transparent : bool with get 
override Transparent : bool with get
function get Transparent () : boolean

Property Value

Type: Boolean
true if this window is transparent; otherwise, false.

.NET Framework Security

See Also

Reference

WpfWindow Class

Microsoft.VisualStudio.TestTools.UITesting.WpfControls Namespace