STK ObjectsSend 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 * pVal
);
public: HRESULT put_TransparentBg(
    VARIANT_BOOL TransparentBg
);
[Java]
public bool getTransparentBg();
public void setTransparentBg(
    bool
);
[Python - STK API ]
@property
def TransparentBg(self) -> bool:

@TransparentBg.setter
def TransparentBg(self, TransparentBg:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.