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 structure that store indents of the item. More...
Public Member Functions | |
Indents (int left=0, int top=0, int right=0, int bottom=0) | |
Public Attributes | |
int | Left |
Indent from left side of the item. More... | |
int | Top |
Indent from top side of the item. More... | |
int | Right |
Indent from right side of the item. More... | |
int | Bottom |
Indent from bottom side of the item. More... | |
A structure that store indents of the item.
SpaceVIL.Decorations.Indents.Indents | ( | int | left = 0 , |
int | top = 0 , |
||
int | right = 0 , |
||
int | bottom = 0 |
||
) |
Constructs a Indents with strict values for each side (default values is zeros).
left | Indent from left side of the item. |
top | Indent from top side of the item. |
right | Indent from right side of the item. |
bottom | Indent from bottom side of the item. |
int SpaceVIL.Decorations.Indents.Bottom |
Indent from bottom side of the item.
int SpaceVIL.Decorations.Indents.Left |
Indent from left side of the item.
int SpaceVIL.Decorations.Indents.Right |
Indent from right side of the item.
int SpaceVIL.Decorations.Indents.Top |
Indent from top side of the item.