Opt whether to use a background texture with the data display.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseBackgroundTexture() As Boolean |
[C#] |
---|
public bool UseBackgroundTexture {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseBackgroundTexture(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseBackgroundTexture( VARIANT_BOOL * pRetVal ); public: HRESULT put_UseBackgroundTexture( VARIANT_BOOL UseTexture ); |
[Java] |
---|
public bool getUseBackgroundTexture(); public void setUseBackgroundTexture( bool ); |