AppUIStyle Enumeration |
Namespace: NetQuarry
Member name | Value | Description | |
---|---|---|---|
Default | 0 | The application UI should be the original platform UI or the basic Bootstrap UI as determined by UseBootstrap(IAppContext). Note that the Bootstrap version is determined by BootstrapVersion(IAppContext). | |
MaterialDesignFilled | 1 | The application UI should use the platform's Material Design implementation using FilledText Fields. Besides setting this feature, you will need to include md-forms.less in your LESS project. Note that all the Material Design implementations are built on top of the platform's basic Bootstrap UI. | |
MaterialDesignOutlined | 2 | The application UI should use the platform's Material Design implementation using OutlinedText Fields. Besides setting this feature, you will need to include md-forms.less in your LESS project. Note that all the Material Design implementations are built on top of the platform's basic Bootstrap UI. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.