![]() |
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.
|
A class that store vertical and horizontal spacing values of the item. More...
Public Member Functions | |
Spacing (int horizontal=0, int vertical=0) | |
Constructs a Spacing with strict horizontal and vertical spacing values. Default Spacing values is zeros. More... | |
Public Attributes | |
int | Horizontal |
Horizontal indent between items. More... | |
int | Vertical |
Vertical indent between items. More... | |
A class that store vertical and horizontal spacing values of the item.
SpaceVIL.Decorations.Spacing.Spacing | ( | int | horizontal = 0 , |
int | vertical = 0 |
||
) |
int SpaceVIL.Decorations.Spacing.Horizontal |
Horizontal indent between items.
int SpaceVIL.Decorations.Spacing.Vertical |
Vertical indent between items.