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.
SpaceVIL.Decorations.Indents Struct Reference

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...
 

Detailed Description

A structure that store indents of the item.

Constructor & Destructor Documentation

◆ Indents()

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).

Parameters
leftIndent from left side of the item.
topIndent from top side of the item.
rightIndent from right side of the item.
bottomIndent from bottom side of the item.

Member Data Documentation

◆ Bottom

int SpaceVIL.Decorations.Indents.Bottom

Indent from bottom side of the item.

◆ Left

int SpaceVIL.Decorations.Indents.Left

Indent from left side of the item.

◆ Right

int SpaceVIL.Decorations.Indents.Right

Indent from right side of the item.

◆ Top

int SpaceVIL.Decorations.Indents.Top

Indent from top side of the item.


The documentation for this struct was generated from the following file: