AGI STK Objects 11Send comments on this topic.
TransparentBg Property (IAgVODataDisplayElement)
See Also 
Windows






Windows & Linux

Description

Opt whether to make the background transparent.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TransparentBg() As Boolean
[C#]
public bool TransparentBg {get; set;}
[Managed C++]
public: __property bool get_TransparentBg();
public: __property void set_TransparentBg(
   bool
);
[Unmanaged C++]
public: HRESULT get_TransparentBg(
   VARIANT_BOOL * pRetVal
);
public: HRESULT put_TransparentBg(
   VARIANT_BOOL NewTransparentBg
);
[Java]
public bool getTransparentBg();
public void setTransparentBg(
   bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.