Click or drag to resize

GUILabelModelSpacingSerialized Property

Defines the distance between characters in the Label.

Namespace:  Livit.Learn.Model.GUI
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public string SpacingSerialized { get; set; }

Property Value

Type: String
Remarks

This property inlcudes both vertical and horizontal spacing for the Label, and must be in Vector2 format.

A value of 0,4 would be a horizontal spacing of 4 pixels, while a value of 4,0 would be a vertical spacing of 4 pixels.

See Also