[]
        
(Showing Draft Content)

C1.Util.VerticalAlignment

VerticalAlignment Enum

Describes how a child element is vertically positioned or stretched within a parent's layout slot.

Namespace: C1.Util
Assembly: C1.Pdf.dll
Syntax
public enum VerticalAlignment : byte

Fields

Name Description
Bottom

The child element is aligned to the bottom of the parent's layout slot.

Center

The child element is aligned to the center of the parent's layout slot.

Stretch

The child element stretches to fill the parent's layout slot.

Top

The child element is aligned to the top of the parent's layout slot.