This document is archived and information here might be outdated. Recommended version. |
Indicates whether to make the background of the WMS Map Layer image transparent.
[Visual Basic .NET]
Public Property TransparentBackground As Boolean
[C#]
public bool TransparentBackground {get; set;}
[C++]
HRESULT get_TransparentBackground(
Boolean* transparent
);
[C++]
HRESULT put_TransparentBackground(
VARIANT_BOOL transparent
);
[C++] Parameters transparent [out, retval]
transparent is a parameter of type bool* transparent [in]
transparent is a parameter of type bool