Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the background color that will be rendered as transparent in the toolbox image.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
Syntax
'Declaration
ReadOnly Property TransparentColor As Object
Object TransparentColor { get; }
property Object^ TransparentColor {
Object^ get ();
}
abstract TransparentColor : Object with get
function get TransparentColor () : Object
Property Value
Type: Object
Remarks
The background color can be a Color or a Color. Any other type, or a null value, will result in an exception being thrown.
This property can be accessed on a background thread.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.