A .NET Core port of NovaUI.
Version Available | Control | Description |
---|---|---|
1.0.0 - Latest | Button | Performs an action when clicked. |
1.0.0 - Latest | CheckBox | A toggleable control with text. |
1.0.0 - Latest | FileInput | Used to select the full, valid path for files. |
1.0.0 - Latest | FolderInput | Used to select the full, valid path for folders (or directories). |
1.0.0 - Latest | GroupBox | Groups a bunch of controls into a named category of functionality. |
1.0.0 - Latest | Input | Used to get text input from the user. |
1.0.0 - Latest | Label | Displays text. |
1.0.0 - Latest | LinkLabel | Displays text with an embedded hyper-link that is activated when clicked. |
1.0.0 - Latest | Panel | Similar to the GroupBox , but without the title. |
1.0.0 - Latest | PasswordInput | Used to mask user input, typically for passwords. |
1.0.0 - Latest | PictureBox | Displays an image. |
1.0.0 - Latest | ProgressBar | Displays progress status. |
1.0.0 - Latest | RadioButton | A toggleable control with text but only one of many can be active at a time. |
1.0.0 - Latest | RichInput | A multi-line text input. |
1.0.0 - Latest | Slider | Allows for number selection using a knob on a track. |
1.0.0 - Latest | Toggle | A toggleable control without text. |
1.0.0 - Latest | VSlider | Allows for number selection using a knob on a vertical track. |
Version Available | Window Type | Description |
---|---|---|
1.0.0 - 1.0.0 | Window | A re-styled window. |
1.0.0 - 1.0.0 | ToolWindow | A re-styled window without a minimize or maximize button. |
1.0.0 - 1.0.0 | StrippedWindow | A re-styled window without a caption header, minimize button, maximize button, or close button. |