ApplicationUnderTest.Transparent Property

Gets a value that indicates whether the application window is transparent.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
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
override Transparent : bool
function get Transparent () : boolean

Property Value

Type: System.Boolean
true if the application window is transparent; otherwise, false.

.NET Framework Security

See Also

Reference

ApplicationUnderTest Class

Microsoft.VisualStudio.TestTools.UITesting Namespace