Reference for .Net version of SpaceVIL
0.3.5.8
SpaceVIL (Space of Visual Items Layout) is a cross-platform and multilingual framework for creating GUI client applications for .NET Standard, .NET Core and JVM. SpaceVIL is based on OpenGL graphic technology and GLFW. Using this framework in conjunction with .Net Core or with a JVM, you can work and create graphical client applications on Linux, Mac OS X and Windows.
|
Classes | |
class | Border |
Border is a class that decorates item's shape with border. More... | |
class | CornerRadius |
A class that store radius values for each corner of the rectangle shape. More... | |
class | CursorImage |
Class CursorImage provides features for creating custom cursors. It can also be used with several standards types of cursor images (Arrow, IBeam, Crosshair, Hand and etc.). More... | |
class | Effects |
Effects is a static class for controlling the application of effects to a item's shape. More... | |
class | Figure |
Figure class represents any triangulated shape. It is used to draw any types of custom shapes. More... | |
struct | Indents |
A structure that store indents of the item. More... | |
class | ItemState |
A class that describes state of the item and its changes according to state value. More... | |
class | Shadow |
Class that is the shadow of an item. More... | |
struct | Spacing |
A class that store vertical and horizontal spacing values of the item. More... | |
class | Style |
Style is a class that describes the appearance of an element. Can contains Styles for inner items. More... | |
class | SubtractFigure |
SubtractFigure is visual effect for applying to item's shape. Implements SpaceVIL.Core.ISubtractFigure and SpaceVIL.Core.IEffect. This visual effect cuts specified shape from original item's shape. More... | |
class | ThemeStyle |
A style theme to store styles for items in the current application. More... | |