Enum VerticalAlignmentType

VerticalAlignmentType enumeration

Specifies how a gridcell is vertically aligned.

public enum VerticalAlignmentType

Values

NameValueDescription
Top0The object or text is aligned on the top of the gridcell.
Centred1The object or text is aligned in the center of the gridcell.
Bottom2The object or text is aligned on the bottom of the gridcell.
Justified3
Distributed4

See Also