HtmlForgeX

API Reference

Enum

VisNetworkBorderDashes

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

Border dash pattern options.

Inheritance

  • Enum
  • VisNetworkBorderDashes

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const VisNetworkBorderDashes False #

Use solid borders.

Value: 0
public const VisNetworkBorderDashes True #

Use dashed borders.

Value: 1
public const VisNetworkBorderDashes Array #

Custom dash pattern specified by an array.

Value: 2