DataPA Enterprise Dashboard Controls 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
C# |
---|
public bool showGlassEffect { get; set; } |
Visual Basic |
---|
Public Property showGlassEffect As Boolean
Get
Set |
Visual C++ |
---|
public:
virtual property bool showGlassEffect {
bool get () sealed;
void set (bool value) sealed;
} |
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