Skip to main content
Version: 3.5

VerticalAlignment

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies how an object or text in a control is vertically aligned relative to an element of the control.

public enum VerticalAlignment : Enum

Fields

NameDescription
BottomThe object or text is aligned on the bottom of the control element.
MiddleThe object or text is aligned in the middle of the control element.
TopThe object or text is aligned on the top of the control element.

Used By

NameDescription
Control.LayoutChildrenArranges all the child Control using the specified dock style, spaced by spacing pixels.
Control.ScrollControlIntoViewScrolls the control into view in the container using the specified alignX and alignY preferences.
ScrollableControl.ScrollControlIntoViewScrolls the specified child control into view. using the specified alignX and alignY preferences.
FlexLayoutPanel.VerticalAlignDetermines the vertical alignment of the child controls when LayoutStyle is set to Horizontal.
FlexLayoutPanel.GetAlignYDetermines the vertical alignment of the child control within the panel when LayoutStyle is set to Horizontal.
SlideBar.ScrollControlIntoViewScrolls the specified child control into view. using the specified alignY preference.