mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
better list of bootstrapper styles
This commit is contained in:
parent
fce067ab4f
commit
3f48c3069b
@ -65,7 +65,16 @@ namespace Bloxstrap.UI.ViewModels.Menu
|
||||
}
|
||||
}
|
||||
|
||||
public IEnumerable<BootstrapperStyle> Dialogs { get; } = Enum.GetValues(typeof(BootstrapperStyle)).Cast<BootstrapperStyle>();
|
||||
public IEnumerable<BootstrapperStyle> Dialogs { get; } = new BootstrapperStyle[]
|
||||
{
|
||||
BootstrapperStyle.FluentDialog,
|
||||
BootstrapperStyle.ProgressFluentDialog,
|
||||
BootstrapperStyle.ProgressFluentAeroDialog,
|
||||
BootstrapperStyle.ByfronDialog,
|
||||
BootstrapperStyle.LegacyDialog2011,
|
||||
BootstrapperStyle.LegacyDialog2008,
|
||||
BootstrapperStyle.VistaDialog
|
||||
};
|
||||
|
||||
public BootstrapperStyle Dialog
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user