HtmlForgeX

API Reference

Enum

VisNetworkAlign

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed
Attributes
JsonConverter(typeof(VisNetworkEnumConverter<VisNetworkAlign>))

Text alignment options for labels and other text elements.

Inheritance

  • Enum
  • VisNetworkAlign

Values

public const VisNetworkAlign Left #

Align text to the left.

Value: 0
public const VisNetworkAlign Center #

Center text.

Value: 1
public const VisNetworkAlign Right #

Align text to the right.

Value: 2