DashboardObjectshowGlassEffect Property |
|
DataPA OpenAnalytics API Reference
Gets and sets value that indicates whether glass effect should be shown on this object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool showGlassEffect { get; set; }
Public Property showGlassEffect As Boolean
Get
Set
public:
virtual property bool showGlassEffect {
bool get () sealed;
void set (bool value) sealed;
}
function get_showGlassEffect();
function set_showGlassEffect(value);
Property Value
Type:
BooleanTrue if glass effect should be shown on this object.
Return Value
Type:
Booleantrue if glass effect should be shown on this object.
Remarks See Also