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.Core.ITextWrap Interface Reference

An interface that defines text items that can wrap text relative to its width and describes its attributes. More...

Inherited by SpaceVIL.TextView.

Public Member Functions

bool IsWrapText ()
 Method for getting wrap status of the text item. More...
 

Detailed Description

An interface that defines text items that can wrap text relative to its width and describes its attributes.

Member Function Documentation

◆ IsWrapText()

bool SpaceVIL.Core.ITextWrap.IsWrapText ( )

Method for getting wrap status of the text item.

Returns
True: if text is wrapped in width by its container. False: if container does not wraps the contained text.

Implemented in SpaceVIL.TextView.


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