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