DashboardCommandStyle Property |
The style indicating how the command should be shown.
Namespace:
MFiles.VAF.Configuration.Domain.Dashboards
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic DashboardCommandStyle Style { get; set; }
Public Property Style As DashboardCommandStyle
Get
Set
public:
property DashboardCommandStyle Style {
DashboardCommandStyle get ();
void set (DashboardCommandStyle value);
}
Property Value
Type:
DashboardCommandStyle
See Also