Skip to main content
All docs
V26.1
  • TItemAlignment.Vertical Property

    Specifies vertical content position within the label Splash Form widget.

    Declaration

    property Vertical: TdxSplashFormBase.TAlignment read; write; default TdxSplashFormBase.TAlignment.Near;

    Property Value

    Type Default Description
    TdxSplashFormBase.TAlignment Near

    The current vertical content position.

    Remarks

    Use Horizontal and Vertical properties to position content within a label widget (TdxSplashFormBase.TCustomText descendant).

    Available Options

    TdxSplashFormBase.TAlignment.Near
    Default. Content is aligned to the near (top) widget border.
    TdxSplashFormBase.TAlignment.Center
    Content is centered vertically.
    TdxSplashFormBase.TAlignment.Far
    Content is aligned to the far (bottom) widget border.

    Default Value

    The Vertical property’s default value is TdxSplashFormBase.TAlignment.Near.

    See Also