Click or drag to resize

PFWidgetVerticalAlign 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 PFWidgetVerticalAlign
Members
  Member nameValueDescription
Top0 Top-aligned text.
Center1 Vertically centered text.
Bottom2 Bottom-aligned text.
See Also