HtmlForgeX

API Reference

Enum

GlobeBehavior

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed
Attributes
Flags

Globe behavior flags.

Inheritance

  • Enum
  • GlobeBehavior

Values

public const GlobeBehavior None #

No special behavior.

Value: 0
public const GlobeBehavior EnableZoom #

Enable zoom (mouse wheel / trackpad).

Value: 1
public const GlobeBehavior AutoRotate #

Enable auto-rotation.

Value: 2
public const GlobeBehavior DisableAtmosphere #

Disable atmosphere rendering.

Value: 4
public const GlobeBehavior Default #

Sensible default for dashboards (no zoom, no auto-rotate).

Value: 0