LineSpace Constructor

GeonBit.UI

LineSpace Constructor
Create a new Line Space entity.

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public LineSpace(
	int spacesCount = 1
)

Parameters

spacesCount (Optional)
Type: SystemInt32
How many spaces to create.
See Also