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.ItemState Class Reference

A class that describes state of the item and its changes according to state value. More...

Public Member Functions

 ItemState ()
 Constructs an empty ItemState More...
 
 ItemState (Color background)
 Constructs an ItemState with the specified background color. More...
 

Public Attributes

bool Value = true
 
Color Background
 Getting backgroud color of the item of current state as System.Drawing.Color. More...
 
Border Border = new Border()
 Getting border of the item of current state as SpaceVIL.Decorations.Border. More...
 
Figure Shape = null
 Getting shape of the item of current state as SpaceVIL.Decorations.Figure. More...
 

Detailed Description

A class that describes state of the item and its changes according to state value.

Constructor & Destructor Documentation

◆ ItemState() [1/2]

SpaceVIL.Decorations.ItemState.ItemState ( )

Constructs an empty ItemState

◆ ItemState() [2/2]

SpaceVIL.Decorations.ItemState.ItemState ( Color  background)

Constructs an ItemState with the specified background color.

Parameters
backgroundA color of item as System.Drawing.Color.

Member Data Documentation

◆ Background

Color SpaceVIL.Decorations.ItemState.Background

Getting backgroud color of the item of current state as System.Drawing.Color.

◆ Border

Border SpaceVIL.Decorations.ItemState.Border = new Border()

Getting border of the item of current state as SpaceVIL.Decorations.Border.

◆ Shape

Figure SpaceVIL.Decorations.ItemState.Shape = null

Getting shape of the item of current state as SpaceVIL.Decorations.Figure.

◆ Value

bool SpaceVIL.Decorations.ItemState.Value = true

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