Click or drag to resize

PFWidgetTextAlign Enumeration

Defines how text should be horizontally aligned in a widget.

Namespace:  Packflow.Core.Widgets.BuiltIn
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public enum PFWidgetTextAlign
Members
  Member nameValueDescription
Left0 Right-aligned text.
Right1 Left-aligned text.
Center2 Centered text.
Justify3 Justified text.
See Also