Click or drag to resize

AppUIStyle Enumeration

Specifies the application user interface (UI) style. Currently this is specified by the AppUIStyleUIFeature.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum AppUIStyle
Members
  Member nameValueDescription
Default0 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).
MaterialDesignFilled1 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.
MaterialDesignOutlined2 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.
See Also