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.
|
Border is a class that decorates item's shape with border. More...
Public Member Functions | |
CornerRadius | GetRadius () |
Getting border radiuses. More... | |
void | SetRadius (CornerRadius value) |
Setting radius of the border's corners. More... | |
Color | GetFill () |
Getting the border color oa an item's shape. More... | |
void | SetFill (Color fill) |
Setting the border color of an item's shape. More... | |
int | GetThickness () |
Getting border thickness of an item's shape. More... | |
void | SetThickness (int thickness) |
Setting border thickness of an item's shape. More... | |
Border () | |
Default Border constructor. More... | |
Border (Color fill, CornerRadius radius, int thickness) | |
Constructs a Border with specified color, radius and thickness. More... | |
Public Attributes | |
bool | IsVisible = false |
Propery that defines if border is visible More... | |
Border is a class that decorates item's shape with border.
SpaceVIL.Decorations.Border.Border | ( | ) |
Default Border constructor.
SpaceVIL.Decorations.Border.Border | ( | Color | fill, |
CornerRadius | radius, | ||
int | thickness | ||
) |
Constructs a Border with specified color, radius and thickness.
fill | Border color as System.Drawing.Color. |
radius | Radiuses of the border's corners as SpaceVIL.Decorations.CornerRadius. |
thickness | Border thickness. |
Color SpaceVIL.Decorations.Border.GetFill | ( | ) |
Getting the border color oa an item's shape.
CornerRadius SpaceVIL.Decorations.Border.GetRadius | ( | ) |
Getting border radiuses.
int SpaceVIL.Decorations.Border.GetThickness | ( | ) |
Getting border thickness of an item's shape.
void SpaceVIL.Decorations.Border.SetFill | ( | Color | fill | ) |
Setting the border color of an item's shape.
fill | Border color as System.Drawing.Color. |
void SpaceVIL.Decorations.Border.SetRadius | ( | CornerRadius | value | ) |
Setting radius of the border's corners.
value | Radiuses of the border's corners as SpaceVIL.Decorations.CornerRadius. |
void SpaceVIL.Decorations.Border.SetThickness | ( | int | thickness | ) |
Setting border thickness of an item's shape.
thickness | Border thickness. |
bool SpaceVIL.Decorations.Border.IsVisible = false |
Propery that defines if border is visible