DataPA Enterprise Dashboard Controls API Reference
Gets and sets the DashboardSkin object that defines the appearance of this dashboard.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public DashboardSkin Skin { get; set; } |
Visual Basic |
---|
Public Property Skin As DashboardSkin
Get
Set |
Visual C++ |
---|
public:
virtual property DashboardSkin^ Skin {
DashboardSkin^ get () sealed;
void set (DashboardSkin^ value) sealed;
} |
Property Value
Type:
DashboardSkinThe DashboardSkin object that defines the appearance of this dashboard.
Return Value
Type:
DashboardSkinThe DashboardSkin object that defines the appearance of this dashboard.
Remarks
See Also