HtmlForgeX

API Reference

Enum

ScrollingTextAlignment

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

Controls horizontal placement of a scrolling-text surface.

Inheritance

  • Enum
  • ScrollingTextAlignment

Usage

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

Accepted by parameters

Values

public const ScrollingTextAlignment Auto #

Centers constrained layouts and left-aligns full-width layouts.

Value: 0
public const ScrollingTextAlignment Left #

Aligns the surface to the left edge.

Value: 1
public const ScrollingTextAlignment Center #

Centers the surface within its parent.

Value: 2