ManagedDashboardSkin Property |
|
DataPA OpenAnalytics 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 public DashboardSkin Skin { get; set; }
Public Property Skin As DashboardSkin
Get
Set
public:
virtual property DashboardSkin^ Skin {
DashboardSkin^ get () sealed;
void set (DashboardSkin^ value) sealed;
}
function get_Skin();
function set_Skin(value);
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